Paper downloader

Plugin helps to download articles with human readable file names

Hvad er Paper downloader?

Paper downloader er en Chrome-udvidelse udviklet af mihaild, og dens hovedfunktion er "Plugin helps to download articles with human readable file names".

Udvidelsesskærmbilleder

screenshot

Download Paper downloader-udvidelses-CRX-fil

Download Paper downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Paper downloader Paper downloader
ID nkpcgjafmckjhhoogopopoaaogjhkkie
Officiel URL https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie
Beskrivelse Plugin helps to download articles with human readable file names
Filstørrelse 52.15 KB
Antal Installationer 936
Nuværende Version 0.0.2
Senest Opdateret 2012-08-21
Udgivelsesdato 2012-08-21
Bedømmelse 4.38/5 Samlet 13 Bedømmelser
Udvikler mihaild
Betalingsmetode free
Udvidelseswebsted https://github.com/mihaild/Paper-downloader
Understøttede Sprog 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
}