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 |
| 官方網址 | 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"
]
}
]
} | |