Paper downloader

Plugin helps to download articles with human readable file names

Paper downloader là gì?

Paper downloader là một tiện ích mở rộng Chrome được phát triển bởi mihaild, và tính năng chính của nó là "Plugin helps to download articles with human readable file names".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Paper downloader

Tải xuống các tệp mở rộng Paper downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Paper downloader Paper downloader
ID nkpcgjafmckjhhoogopopoaaogjhkkie
URL Chính Thức https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie
Mô tả Plugin helps to download articles with human readable file names
Kích Thước Tệp 52.15 KB
Số Lần Cài Đặt 936
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2012-08-21
Ngày Phát Hành 2012-08-21
Đánh Giá 4.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển mihaild
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mihaild/Paper-downloader
Ngôn Ngữ Được Hỗ Trợ 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
}