Paper downloader

Plugin helps to download articles with human readable file names

Wat is Paper downloader?

Paper downloader is een Chrome-extensie ontwikkeld door mihaild, en de belangrijkste functie is "Plugin helps to download articles with human readable file names".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Paper downloader

Download Paper downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Paper downloader Paper downloader
ID nkpcgjafmckjhhoogopopoaaogjhkkie
Officiële URL https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie
Beschrijving Plugin helps to download articles with human readable file names
Bestandsgrootte 52.15 KB
Aantal Installaties 936
Huidige Versie 0.0.2
Laatst Bijgewerkt 2012-08-21
Publicatiedatum 2012-08-21
Beoordeling 4.38/5 Totaal 13 Beoordelingen
Ontwikkelaar mihaild
Betalingswijze free
Extensiewebsite https://github.com/mihaild/Paper-downloader
Ondersteunde Talen 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
}