Entire screen scihub document viewer

Expand document view section to 100%

什麼是Entire screen scihub document viewer?

Entire screen scihub document viewer是由Marcos Mendes開發的Chrome擴展程式,該擴展的主要功能是“Expand document view section to 100%”。

擴展截圖

screenshot

下載Entire screen scihub document viewer擴展crx文件

下載Entire screen scihub document viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Read the document using your entire screen without sidebar                    

擴展基本資訊

名稱 Entire screen scihub document viewer Entire screen scihub document viewer
ID nbcbjlphbeaielogplifpeeiijcccdjl
官方網址 https://chromewebstore.google.com/detail/entire-screen-scihub-docu/nbcbjlphbeaielogplifpeeiijcccdjl
簡介 Expand document view section to 100%
檔案大小 24.5 KB
安裝次數 771
目前版本 1.2
更新時間 2021-10-18
上架時間 2021-06-09
評分 5.00/5 共 1 次評分
開發者 Marcos Mendes
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Entire screen scihub document viewer",
    "description": "Expand document view section to 100%",
    "version": "1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/sci-hub.se\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}