Paper downloader
Plugin helps to download articles with human readable file names
什麼是Paper downloader?
Paper downloader是由mihaild開發的Chrome擴展程式,該擴展的主要功能是“Plugin helps to download articles with human readable file names”。
擴展截圖
下載Paper downloader擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | nkpcgjafmckjhhoogopopoaaogjhkkie |
| 官方網址 | 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
} | |