Fullscreen Plus

Full screen websites without address/tabs bar

什么是Fullscreen Plus?

Fullscreen Plus是由trishul.goel开发的Chrome扩展程序,该扩展的主要功能是“Full screen websites without address/tabs bar”。

扩展截图

screenshot

下载Fullscreen Plus扩展crx文件

下载Fullscreen Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Go distraction free full screen.
Mac/Windows/Linux - Control+Shift+F                    

扩展基本信息

名称 Fullscreen Plus Fullscreen Plus
ID doebahemngchadpfcadamjapeiceakli
官方URL https://chromewebstore.google.com/detail/fullscreen-plus/doebahemngchadpfcadamjapeiceakli
简介 Full screen websites without address/tabs bar
文件大小 4.79 KB
安装次数 141
当前版本 2.0
更新时间 2018-12-31
上架时间 2018-12-28
评分 3.00/5 共2次评分
开发者 trishul.goel
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fullscreen Plus",
    "description": "Full screen websites without address\/tabs bar",
    "version": "2.0",
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ]
}