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.

What is One Click To Full Screen Window?

One Click To Full Screen Window is a Chrome extension developed by https://codebrary.com, and its main feature is "To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.".

Extension Screenshots

screenshot
screenshot

Download One Click To Full Screen Window Extension CRX File

Download One Click To Full Screen Window extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name One Click To Full Screen Window One Click To Full Screen Window
ID iomchefffddaglnekonfihdnccacnjjb
Official URL https://chromewebstore.google.com/detail/one-click-to-full-screen/iomchefffddaglnekonfihdnccacnjjb
Description To view web page in full screen mode simply click on the Full Screen extension icon in your browser toolbar.
File Size 14.3 KB
Installation Count 1,760
Current Version 1.1.1
Last Updated 2019-02-13
Publish Date 2019-02-13
Rating 3.33/5 Total 12 Ratings
Developer https://codebrary.com
Email [email protected]
Payment Type free
Extension Website https://www.codebrary.com/
Help Page URL https://www.codebrary.com/p/contact-us.html
Supported Languages 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"
    ]
}