Enhancer for Sci-Hub
Open links with Sci-Hub and more!
什麼是Enhancer for Sci-Hub?
Enhancer for Sci-Hub是由patztablook22開發的Chrome擴展程式,該擴展的主要功能是“Open links with Sci-Hub and more!”。
擴展截圖
下載Enhancer for Sci-Hub擴展crx文件
下載Enhancer for Sci-Hub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features and integration for Sci-Hub: • Google Scholar results automatically opened with Sci-Hub • 𝘖𝘱𝘦𝘯 𝘸𝘪𝘵𝘩 𝘚𝘤𝘪-𝘏𝘶𝘣 in context menu (right-click options) for all URLs • allows to hide Sci-Hub sidebar • Multiple domains in case Sci-Hub gets banned • Customizable through extension options • Open-Source (Additional Information ➔ Website)
擴展基本資訊
名稱 | Enhancer for Sci-Hub |
ID | aadmkpomckipjhibokociljbiejknchn |
官方網址 | https://chromewebstore.google.com/detail/enhancer-for-sci-hub/aadmkpomckipjhibokociljbiejknchn |
簡介 | Open links with Sci-Hub and more! |
檔案大小 | 61.62 KB |
安裝次數 | 5,544 |
目前版本 | 1.2 |
更新時間 | 2021-09-13 |
上架時間 | 2021-09-03 |
評分 | 5.00/5 共 4 次評分 |
開發者 | patztablook22 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/patztablook22/sci-hub |
說明頁面URL | https://github.com/patztablook22/sci-hub |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Enhancer for Sci-Hub", "version": "1.2", "description": "Open links with Sci-Hub and more!", "icons": { "128": "img\/icon128.png", "64": "img\/icon64.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "options_page": "html\/options.html", "permissions": [ "contextMenus", "storage" ], "host_permissions": [ "https:\/\/scholar.google.com\/*", "https:\/\/sci-hub.se\/*", "https:\/\/sci-hub.do\/*", "https:\/\/sci-hub.tf\/*", "https:\/\/sci-hub.st\/*", "https:\/\/sci-hub.ren\/*", "https:\/\/sci-hub.shop\/*", "https:\/\/sci-hub.it.nf\/*" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/scholar.google.com\/*" ], "js": [ "js\/highlight.js", "js\/scholar.js" ] }, { "matches": [ "*:\/\/sci-hub.se\/*", "*:\/\/www.sci-hub.se\/*", "*:\/\/sci-hub.do\/*", "*:\/\/www.sci-hub.do\/*", "*:\/\/sci-hub.tf\/*", "*:\/\/www.sci-hub.tf\/*", "*:\/\/sci-hub.st\/*", "*:\/\/www.sci-hub.st\/*", "*:\/\/sci-hub.ren\/*", "*:\/\/www.sci-hub.ren\/*", "*:\/\/sci-hub.shop\/*", "*:\/\/www.sci-hub.shop\/*", "*:\/\/sci-hub.it.nf\/*", "*:\/\/www.sci-hub.it.nf\/*" ], "js": [ "js\/highlight.js", "js\/sci-hub.js" ] } ] } |