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
官方URL 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"
    }
}