Sci-Hub Remove Left Sidebar

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

Sci-Hub Remove Left Sidebar là gì?

Sci-Hub Remove Left Sidebar là một tiện ích mở rộng Chrome được phát triển bởi AlyChromeWebStore, và tính năng chính của nó là "Removes the Sci-Hub left sidebar to make PDF take up whole window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sci-Hub Remove Left Sidebar

Tải xuống các tệp mở rộng Sci-Hub Remove Left Sidebar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sci-Hub Remove Left Sidebar Sci-Hub Remove Left Sidebar
ID liblfcncoojbllpjdfkegomonllpemnl
URL Chính Thức https://chrome.google.com/webstore/detail/sci-hub-remove-left-sideb/liblfcncoojbllpjdfkegomonllpemnl
Mô tả Removes the Sci-Hub left sidebar to make PDF take up whole window.
Kích Thước Tệp 3.42 KB
Số Lần Cài Đặt 2,584
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2021-12-15
Ngày Phát Hành 2020-06-08
Đánh Giá 4.41/5 Tổng số 17 Đánh Giá
Nhà Phát Triển AlyChromeWebStore
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}