Sci-Hub Searcher

Handy Sci-Hub searching option

What is Sci-Hub Searcher?

Sci-Hub Searcher is a Chrome extension developed by jmpk, and its main feature is "Handy Sci-Hub searching option".

Extension Screenshots

screenshot

Download Sci-Hub Searcher Extension CRX File

Download Sci-Hub Searcher 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

                        The simple extension which allows you to search on Sci-Hub (DOI etc.) in a handy way. Select the item you want to search by highlighting it and right-click on it. Choose 'Search in Sci-Hub...' and there you go.                    

Extension Basic Information

Name Sci-Hub Searcher Sci-Hub Searcher
ID inifbdfjipiapkbboiijoahomdgahaim
Official URL https://chromewebstore.google.com/detail/sci-hub-searcher/inifbdfjipiapkbboiijoahomdgahaim
Description Handy Sci-Hub searching option
File Size 54.9 KB
Installation Count 6,676
Current Version 1.0.1
Last Updated 2021-02-14
Publish Date 2021-02-02
Rating 5.00/5 Total 3 Ratings
Developer jmpk
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sci-Hub Searcher",
    "description": "Handy Sci-Hub searching option",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Search in Sci-Hub"
    },
    "icons": {
        "16": "icon2.png"
    }
}