Enhancer for Sci-Hub

Open links with Sci-Hub and more!

Enhancer for Sci-Hub란 무엇입니까?

Enhancer for Sci-Hub은(는) patztablook22에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open links with Sci-Hub and more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Enhancer for Sci-Hub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}