Open in Sci-Hub
Quickly opens link in Sci-Hub
What is Open in Sci-Hub?
Open in Sci-Hub is a Chrome extension developed by lowyiyiu, and its main feature is "Quickly opens link in Sci-Hub".
Extension Screenshots
Download Open in Sci-Hub Extension CRX File
Download Open in Sci-Hub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add "Open in Sci-Hub" option in context menu to quickly open in Sci-Hub
Extension Basic Information
Name | Open in Sci-Hub |
ID | jaoemodfhemfnifaibnffjjlbbacogea |
Official URL | https://chromewebstore.google.com/detail/open-in-sci-hub/jaoemodfhemfnifaibnffjjlbbacogea |
Description | Quickly opens link in Sci-Hub |
File Size | 30.29 KB |
Installation Count | 3,000 |
Current Version | 1.0.0.0 |
Last Updated | 2022-07-31 |
Publish Date | 2022-07-30 |
Developer | lowyiyiu |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Sci-Hub", "manifest_version": 3, "version": "1.0.0.0", "description": "Quickly opens link in Sci-Hub", "permissions": [ "contextMenus", "storage" ], "options_page": "options\/index.html", "background": { "service_worker": "background.js" }, "icons": { "16": "\/assets\/icons\/16.png", "32": "\/assets\/icons\/32.png", "48": "\/assets\/icons\/48.png", "128": "\/assets\/icons\/128.png" } } |