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 |
| 公式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
} | |