Paper downloader
Plugin helps to download articles with human readable file names
Qu'est-ce que Paper downloader ?
Paper downloader est une extension Chrome développée par mihaild, et sa fonction principale est "Plugin helps to download articles with human readable file names".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Paper downloader
Téléchargez les fichiers d'extension Paper downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Paper downloader |
ID | nkpcgjafmckjhhoogopopoaaogjhkkie |
URL Officiel | https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie |
Description | Plugin helps to download articles with human readable file names |
Taille du Fichier | 52.15 KB |
Nombre d'Installations | 936 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2012-08-21 |
Date de Publication | 2012-08-21 |
Évaluation | 4.38/5 Total 13 Évaluations |
Développeur | mihaild |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mihaild/Paper-downloader |
Langues Prises en Charge | 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 } |