Button: Incognito

Open a new Incognito Window with just one click.

Qu'est-ce que Button: Incognito ?

Button: Incognito est une extension Chrome développée par http://browser-extensions.com, et sa fonction principale est "Open a new Incognito Window with just one click.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Button: Incognito

Téléchargez les fichiers d'extension Button: Incognito au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Button: Incognito Button: Incognito
ID objnjeifbdcjfkamaaiogolimpdhfacb
URL Officiel https://chrome.google.com/webstore/detail/button-incognito/objnjeifbdcjfkamaaiogolimpdhfacb
Description Open a new Incognito Window with just one click.
Taille du Fichier 15.09 KB
Nombre d'Installations 7,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-04-20
Date de Publication 2016-04-20
Évaluation 3.85/5 Total 20 Évaluations
Développeur http://browser-extensions.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://browser-extensions.com/
Langues Prises en Charge 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"
    ]
}