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