Inspect and view changes in arxiv-url source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "arxiv-url",
"version": "0.2resigned1",
"description": "Replace arXiv pdf links with abstract links.",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"arxiv-url.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{e5849ea4-ac8c-4a75-896b-b2578970f1c0}"
}
}
}