DOI Helper
A little add-on appending SciHub buttons for some webpages with s c i e n c e.
什么是DOI Helper?
DOI Helper是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A little add-on appending SciHub buttons for some webpages with s c i e n c e.”。
扩展截图
下载DOI Helper扩展crx文件
下载DOI Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds quick links redirecting to Sci-Hub page related to given paper. Currently supports only a few journals 扩展基本信息
| 名称 | |
| ID | mfdbhfpaedhhgglcahhmhgannefehicb |
| 官方URL | https://chromewebstore.google.com/detail/doi-helper/mfdbhfpaedhhgglcahhmhgannefehicb |
| 简介 | A little add-on appending SciHub buttons for some webpages with s c i e n c e. |
| 文件大小 | 86.73 KB |
| 安装次数 | 6,424 |
| 当前版本 | 1.0.2.1 |
| 更新时间 | 2020-04-07 |
| 上架时间 | 2020-04-07 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DOI Helper",
"version": "1.0.2.1",
"description": "A little add-on appending SciHub buttons for some webpages with s c i e n c e.",
"icons": {
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/inspirehep.net\/*"
],
"js": [
"inspire-hep.js"
]
},
{
"matches": [
"*:\/\/*.sciencedirect.com\/*"
],
"js": [
"science-direct.js"
]
},
{
"matches": [
"*:\/\/science.sciencemag.org\/*"
],
"js": [
"science.js"
]
},
{
"matches": [
"*:\/\/journals.aps.org\/*\/abstract\/*"
],
"js": [
"aps.js"
]
}
]
} | |