Download arxiv with its title
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "arxiver",
"description": "Download arxiv with its name",
"version": "1.0",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"storage",
"downloads",
"http://arxiv.org/*/",
"https://arxiv.org/*"
]
}