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
}