Paper downloader

Plugin helps to download articles with human readable file names

Apa itu Paper downloader?

Paper downloader adalah ekstensi Chrome yang dikembangkan oleh mihaild, dan fitur utamanya adalah "Plugin helps to download articles with human readable file names".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Paper downloader

Unduh file ekstensi Paper downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Paper downloader Paper downloader
ID nkpcgjafmckjhhoogopopoaaogjhkkie
URL Resmi https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie
Deskripsi Plugin helps to download articles with human readable file names
Ukuran File 52.15 KB
Jumlah Instalasi 936
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2012-08-21
Tanggal Publikasi 2012-08-21
Penilaian 4.38/5 Total 13 Penilaian
Pengembang mihaild
Tipe Pembayaran free
Situs Ekstensi https://github.com/mihaild/Paper-downloader
Bahasa yang Didukung 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
}