Paper downloader

Plugin helps to download articles with human readable file names

Co je Paper downloader?

Paper downloader je rozšíření Chrome vyvinuté mihaild, a jeho hlavní funkcí je „Plugin helps to download articles with human readable file names“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Paper downloader

Stáhněte si soubory rozšíření Paper downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Paper downloader Paper downloader
ID nkpcgjafmckjhhoogopopoaaogjhkkie
Oficiální URL https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie
Popis Plugin helps to download articles with human readable file names
Velikost souboru 52.15 KB
Počet instalací 936
Aktuální Verze 0.0.2
Poslední Aktualizace 2012-08-21
Datum Vydání 2012-08-21
Hodnocení 4.38/5 Celkem 13 Hodnocení
Vývojář mihaild
Typ Platby free
Webové stránky Rozšíření https://github.com/mihaild/Paper-downloader
Podporované Jazyky 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
}