Sci-Hub Remove Left Sidebar

Removes the Sci-Hub left sidebar to make PDF take up whole window.

Sci-Hub Remove Left Sidebar란 무엇입니까?

Sci-Hub Remove Left Sidebar은(는) AlyChromeWebStore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the Sci-Hub left sidebar to make PDF take up whole window."입니다.

확장 프로그램 스크린샷

screenshot

Sci-Hub Remove Left Sidebar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is an extension for the Google Chrome web browser which hides the left sidebar on the website Sci-Hub. This allows the PDF to take up the whole browser window. This extension is useful as the left sidebar can be distracting and can take up screen real estate, making the PDF narrower and smaller and therefore harder to read. The extension has been updated to work on multiple Sci-Hub domains.                    

확장 프로그램 기본 정보

이름 Sci-Hub Remove Left Sidebar Sci-Hub Remove Left Sidebar
ID liblfcncoojbllpjdfkegomonllpemnl
공식 URL https://chrome.google.com/webstore/detail/sci-hub-remove-left-sideb/liblfcncoojbllpjdfkegomonllpemnl
설명 Removes the Sci-Hub left sidebar to make PDF take up whole window.
파일 크기 3.42 KB
설치 횟수 2,584
현재 버전 1.9
최근 업데이트 2021-12-15
출시 날짜 2020-06-08
평점 4.41/5 총 17 개의 평점
개발자 AlyChromeWebStore
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sci-Hub Remove Left Sidebar",
    "description": "Removes the Sci-Hub left sidebar to make PDF take up whole window.",
    "version": "1.9",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/sci-hub.tw\/*",
                "https:\/\/sci-hub.tw\/*",
                "http:\/\/sci-hub.se\/*",
                "https:\/\/sci-hub.se\/*",
                "http:\/\/sci-hub.st\/*",
                "https:\/\/sci-hub.st\/*",
                "http:\/\/sci-hub.do\/*",
                "https:\/\/sci-hub.do\/*",
                "http:\/\/sci-hub.it.nf\/*",
                "https:\/\/sci-hub.it.nf\/*",
                "http:\/\/sci-hub.im\/*",
                "https:\/\/sci-hub.im\/*",
                "http:\/\/scihubtw.tw\/*",
                "https:\/\/scihubtw.tw\/*",
                "http:\/\/sci-hub.ren\/*",
                "https:\/\/sci-hub.ren\/*",
                "http:\/\/sci-hub.ru\/*",
                "https:\/\/sci-hub.ru\/*",
                "http:\/\/sci-hub.hkvisa.net\/*",
                "https:\/\/sci-hub.hkvisa.net\/*",
                "http:\/\/sci-hubtw.hkvisa.net\/",
                "https:\/\/sci-hubtw.hkvisa.net\/",
                "http:\/\/sci-hubse.hkvisa.net\/",
                "https:\/\/sci-hubse.hkvisa.net\/"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}