Enhancer for Sci-Hub
Open links with Sci-Hub and more!
Enhancer for Sci-Hub क्या है?
Enhancer for Sci-Hub patztablook22 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open links with Sci-Hub and more!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enhancer for Sci-Hub एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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" ] } ] } |