Paper downloader
Plugin helps to download articles with human readable file names
Co to jest Paper downloader?
Paper downloader to rozszerzenie Chrome opracowane przez mihaild, a jego główną funkcją jest „Plugin helps to download articles with human readable file names”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Paper downloader
Pobierz pliki rozszerzeń Paper downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Paper downloader |
ID | nkpcgjafmckjhhoogopopoaaogjhkkie |
Oficjalny URL | https://chromewebstore.google.com/detail/paper-downloader/nkpcgjafmckjhhoogopopoaaogjhkkie |
Opis | Plugin helps to download articles with human readable file names |
Rozmiar pliku | 52.15 KB |
Liczba instalacji | 936 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2012-08-21 |
Data Publikacji | 2012-08-21 |
Ocena | 4.38/5 Łącznie 13 Oceny |
Deweloper | mihaild |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mihaild/Paper-downloader |
Obsługiwane Języki | 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 } |