DOI Helper
A little add-on appending SciHub buttons for some webpages with s c i e n c e.
DOI Helperคืออะไร?
DOI Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A little add-on appending SciHub buttons for some webpages with s c i e n c e."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DOI Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
}
]
} | |