New window without toolbar

Open current page in new window without toolbar.

What is New window without toolbar?

New window without toolbar is a Chrome extension developed by tkrkt, and its main feature is "Open current page in new window without toolbar.".

Extension Screenshots

screenshot
screenshot
screenshot

Download New window without toolbar Extension CRX File

Download New window without toolbar 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

                                            

Extension Basic Information

Name New window without toolbar New window without toolbar
ID epcobhhlenfbjlmooebphgjcgdmbjgnb
Official URL https://chromewebstore.google.com/detail/new-window-without-toolba/epcobhhlenfbjlmooebphgjcgdmbjgnb
Description Open current page in new window without toolbar.
File Size 14.69 KB
Installation Count 594
Current Version 1.2.0
Last Updated 2019-01-09
Publish Date 2019-01-09
Rating 5.00/5 Total 7 Ratings
Developer tkrkt
Email [email protected]
Payment Type free
Extension Website https://github.com/tkrkt/NewWindowWithoutToolbar
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    }
}