Paper downloader

Plugin helps to download articles with human readable file names

ما هو Paper downloader؟

Paper downloader هو إضافة Chrome تم تطويرها بواسطة mihaild، والميزة الرئيسية لها هي "Plugin helps to download articles with human readable file names".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Paper downloader

قم بتنزيل ملفات الامتداد Paper downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Paper downloader Paper downloader
ID nkpcgjafmckjhhoogopopoaaogjhkkie
عنوان URL الرسمي https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie
الوصف Plugin helps to download articles with human readable file names
حجم الملف 52.15 KB
عدد التثبيتات 936
النسخة الحالية 0.0.2
آخر تحديث 2012-08-21
تاريخ النشر 2012-08-21
تقييم 4.38/5 مجموع تقييمات 13
المطور mihaild
نوع الدفع free
موقع الإضافة https://github.com/mihaild/Paper-downloader
اللغات المدعومة 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
}