Enhancer for Sci-Hub
Open links with Sci-Hub and more!
Enhancer for Sci-Hub là gì?
Enhancer for Sci-Hub là một tiện ích mở rộng Chrome được phát triển bởi patztablook22, và tính năng chính của nó là "Open links with Sci-Hub and more!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Enhancer for Sci-Hub
Tải xuống các tệp mở rộng Enhancer for Sci-Hub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Enhancer for Sci-Hub |
ID | aadmkpomckipjhibokociljbiejknchn |
URL Chính Thức | https://chromewebstore.google.com/detail/enhancer-for-sci-hub/aadmkpomckipjhibokociljbiejknchn |
Mô tả | Open links with Sci-Hub and more! |
Kích Thước Tệp | 61.62 KB |
Số Lần Cài Đặt | 5,544 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-09-13 |
Ngày Phát Hành | 2021-09-03 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | patztablook22 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/patztablook22/sci-hub |
URL Trang Trợ Giúp | https://github.com/patztablook22/sci-hub |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |