Paper downloader

Plugin helps to download articles with human readable file names

Vad är Paper downloader?

Paper downloader är en Chrome-tillägg utvecklad av mihaild, och dess huvudfunktion är "Plugin helps to download articles with human readable file names".

Tilläggsskärmbilder

screenshot

Ladda ner Paper downloader-förlängningens CRX-fil

Ladda ner Paper downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Paper downloader Paper downloader
ID nkpcgjafmckjhhoogopopoaaogjhkkie
Officiell webbadress https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie
Beskrivning Plugin helps to download articles with human readable file names
Filstorlek 52.15 KB
Antal Installationer 936
Aktuell Version 0.0.2
Senast Uppdaterad 2012-08-21
Publiceringsdatum 2012-08-21
Betyg 4.38/5 Totalt 13 Betyg
Utvecklare mihaild
Betalningssätt free
Tilläggswebbplats https://github.com/mihaild/Paper-downloader
Stödda Språk 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
}