Enhancer for Sci-Hub
Open links with Sci-Hub and more!
Qu'est-ce que Enhancer for Sci-Hub ?
Enhancer for Sci-Hub est une extension Chrome développée par patztablook22, et sa fonction principale est "Open links with Sci-Hub and more!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Enhancer for Sci-Hub
Téléchargez les fichiers d'extension Enhancer for Sci-Hub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Enhancer for Sci-Hub |
ID | aadmkpomckipjhibokociljbiejknchn |
URL Officiel | https://chromewebstore.google.com/detail/enhancer-for-sci-hub/aadmkpomckipjhibokociljbiejknchn |
Description | Open links with Sci-Hub and more! |
Taille du Fichier | 61.62 KB |
Nombre d'Installations | 5,544 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2021-09-13 |
Date de Publication | 2021-09-03 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | patztablook22 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/patztablook22/sci-hub |
URL de la Page d'Aide | https://github.com/patztablook22/sci-hub |
Langues Prises en Charge | 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" ] } ] } |