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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}