Button: Incognito

Open a new Incognito Window with just one click.

What is Button: Incognito?

Button: Incognito is a Chrome extension developed by http://browser-extensions.com, and its main feature is "Open a new Incognito Window with just one click.".

Extension Screenshots

screenshot

Download Button: Incognito Extension CRX File

Download Button: Incognito 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 Button: Incognito Button: Incognito
ID objnjeifbdcjfkamaaiogolimpdhfacb
Official URL https://chrome.google.com/webstore/detail/button-incognito/objnjeifbdcjfkamaaiogolimpdhfacb
Description Open a new Incognito Window with just one click.
File Size 15.09 KB
Installation Count 7,000
Current Version 1.0.0
Last Updated 2016-04-20
Publish Date 2016-04-20
Rating 3.85/5 Total 20 Ratings
Developer http://browser-extensions.com
Email [email protected]
Payment Type free
Extension Website http://browser-extensions.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_openNewIncognitoWindow__"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ]
}