One Click To Full Screen Window

To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.

什么是One Click To Full Screen Window?

One Click To Full Screen Window是由https://codebrary.com开发的Chrome扩展程序,该扩展的主要功能是“To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.”。

扩展截图

screenshot
screenshot

下载One Click To Full Screen Window扩展crx文件

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

扩展使用说明

                        An easy, powerful one click full screen window is a google chrome web browser extension that makes your browsing experience in full screen.
To get started with this new tool in your internet web browser, simply click on the Full Screen extension icon in your browser toolbar. 
For your  reference icon is highlighted on the attached screenshot on the google chrome web store.
	  
Support

I hope you like this free and open source browser extension.                    

扩展基本信息

名称 One Click To Full Screen Window One Click To Full Screen Window
ID iomchefffddaglnekonfihdnccacnjjb
官方URL https://chromewebstore.google.com/detail/one-click-to-full-screen/iomchefffddaglnekonfihdnccacnjjb
简介 To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.
文件大小 14.3 KB
安装次数 1,760
当前版本 1.1.1
更新时间 2019-02-13
上架时间 2019-02-13
评分 3.33/5 共12次评分
开发者 https://codebrary.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.codebrary.com/
帮助页面URL https://www.codebrary.com/p/contact-us.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "One Click To Full Screen Window",
    "description": "To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.",
    "offline_enabled": true,
    "short_name": "FS",
    "version": "1.1.1",
    "permissions": [
        "contextMenus"
    ]
}