Sci-Hub Master
Let's use Sci-Hub Master together to get journal articles of interest with one click !
Sci-Hub Masterคืออะไร?
Sci-Hub Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Hoo และคุณลักษณะหลักของมันคือ "Let's use Sci-Hub Master together to get journal articles of interest with one click !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sci-Hub Master
ดาวน์โหลดไฟล์ส่วนขยาย Sci-Hub Master ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
One-click access to academic papers for free with Sci-Hub Master !
This Sci-Hub Master extension will assist you to directly find your favourite journal papers from Sci-Hub with just a click. This extension automatically updates the latest domains for searching papers ! Let's enjoy science with Sci-Hub Master !
How to use Sci-Hub Master:
1)Go to the journal page you are interested in, click the Sci-Hub Master logo on chrome, the full text of the journal article queried through SciHub will automatically open in a new page.
2)You can also right-click a journal article directly from Google search results and click the Sci-Hub Master option, the full text of the journal article queried through Sci-Hub will automatically open in a new page.
3) You can customize the Sci-Hub domain and choose whether to open search results in a new page through Options.
* This extension defaults to automatically using the latest Sci-Hub domain for searching journal articles, so you don't have to worry about Sci-Hub domain failures. If the default Sci-Hub domain doesn't meet your expectations, you can manually configure it in the Options.
=========================================================
一鍵點擊 Sci-Hub Master 即可免費獲取學術論文!
只需一鍵點擊 Sci-Hub Master 插件,它將幫助您直接從 Sci-Hub 中找到您想閲讀的期刊論文。此插件會自動更新並確保使用 Sci-Hub 的最新網域來協助您搜索論文!讓我們和 Sci-Hub Master 一起享受科學吧!
Sci-Hub Master 的使用方法:
1)進入您感興趣的期刊頁面,點擊 chrome 上的Sci-Hub Master logo,通過 SciHub 查詢的期刊文章將自動在新頁面打開。
2)您也可以直接在 Google 搜索結果中右鍵點擊一篇期刊文章,再點擊Sci-Hub Master 的選項,通過 Sci-Hub 查詢的期刊文章會自動在新頁面打開。
3)您可以透過 Options 設定自定義的 Sci-Hub 網域和確認是否要在新的頁面打開搜尋結果。
* 此插件預設自動使用最新的 Sci-Hub 網域來搜索期刊論文,因此您不必擔心 Sci-Hub 網域失效的問題。如果預設 Sci-Hub 網域不如您的預期,您可以在 Options 中自行設定。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hamnpamnpikkcdeimemjcmbffipikidm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sci-hub-master/hamnpamnpikkcdeimemjcmbffipikidm |
| คำอธิบาย | Let's use Sci-Hub Master together to get journal articles of interest with one click ! |
| ขนาดไฟล์ | 15.78 KB |
| จำนวนการติดตั้ง | 33,614 |
| เวอร์ชันปัจจุบัน | 3.4 |
| อัปเดตครั้งล่าสุด | 2024-02-28 |
| วันที่เผยแพร่ | 2022-04-04 |
| คะแนน | 4.70/5 รวมทั้งหมด 20 คะแนน |
| ผู้พัฒนา | James Hoo |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.freeprivacypolicy.com/live/5df65684-a800-419a-a976-8bd4fae7ceae |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sci-Hub Master",
"description": "Let's use Sci-Hub Master together to get journal articles of interest with one click !",
"version": "3.4",
"manifest_version": 3,
"icons": {
"16": "scihub_master.png",
"48": "scihub_master.png",
"128": "scihub_master.png"
},
"action": {
"default_icon": "scihub_master.png",
"default_title": "Sci-Hub Master"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"contextMenus",
"storage"
],
"host_permissions": [
"*:\/\/*\/"
],
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} | |