Paper downloader
Plugin helps to download articles with human readable file names
What is Paper downloader?
Paper downloader is a Chrome extension developed by mihaild, and its main feature is "Plugin helps to download articles with human readable file names".
Extension Screenshots
Download Paper downloader Extension CRX File
Download Paper downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Paper downloader is a simple chrome plugin which helps to download files from digital libraries with human readable file names. Currently it works with arxiv.org and eccc.hpi-web.de.
Extension Basic Information
Name | Paper downloader |
ID | nkpcgjafmckjhhoogopopoaaogjhkkie |
Official URL | https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie |
Description | Plugin helps to download articles with human readable file names |
File Size | 52.15 KB |
Installation Count | 936 |
Current Version | 0.0.2 |
Last Updated | 2012-08-21 |
Publish Date | 2012-08-21 |
Rating | 4.38/5 Total 13 Ratings |
Developer | mihaild |
Payment Type | free |
Extension Website | https://github.com/mihaild/Paper-downloader |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paper downloader", "version": "0.0.2", "description": "Plugin helps to download articles with human readable file names", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/arxiv.org\/abs\/*", "http:\/\/arxiv.org\/list\/*" ], "content_scripts": [ { "js": [ "jquery.min.js", "common.js", "script_arxive.org.js" ], "matches": [ "http:\/\/arxiv.org\/abs\/*", "http:\/\/arxiv.org\/list\/*" ] }, { "js": [ "jquery.min.js", "common.js", "script_eccc.hpi-web.de.js" ], "matches": [ "http:\/\/arxiv.org\/abs\/*", "http:\/\/eccc.hpi-web.de\/report\/*" ] } ], "manifest_version": 2 } |