Paper downloader

Plugin helps to download articles with human readable file names

Was ist Paper downloader?

Paper downloader ist eine Chrome-Erweiterung, die von mihaild entwickelt wurde, und ihr Hauptmerkmal ist "Plugin helps to download articles with human readable file names".

Erweiterungsscreenshots

screenshot

Paper downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Paper downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Paper downloader Paper downloader
ID nkpcgjafmckjhhoogopopoaaogjhkkie
Offizielle URL https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie
Beschreibung Plugin helps to download articles with human readable file names
Dateigröße 52.15 KB
Installationsanzahl 936
Aktuelle Version 0.0.2
Letztes Update 2012-08-21
Veröffentlichungsdatum 2012-08-21
Bewertung 4.38/5 Insgesamt 13 Bewertungen
Entwickler mihaild
Zahlungsart free
Erweiterungswebsite https://github.com/mihaild/Paper-downloader
Unterstützte Sprachen 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
}