Paper downloader
Plugin helps to download articles with human readable file names
Cos'è Paper downloader?
Paper downloader è un'estensione di Chrome sviluppata da mihaild, e la sua funzione principale è "Plugin helps to download articles with human readable file names".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Paper downloader
Scarica i file di estensione Paper downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Paper downloader |
ID | nkpcgjafmckjhhoogopopoaaogjhkkie |
URL Ufficiale | https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie |
Descrizione | Plugin helps to download articles with human readable file names |
Dimensione del File | 52.15 KB |
Conteggio Installazioni | 936 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2012-08-21 |
Data di Pubblicazione | 2012-08-21 |
Valutazione | 4.38/5 Totale 13 Valutazioni |
Sviluppatore | mihaild |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mihaild/Paper-downloader |
Lingue Supportate | 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 } |