IncogSwitch

Quickly switch the current window between normal and incognito mode.

Qu'est-ce que IncogSwitch ?

IncogSwitch est une extension Chrome développée par Jamie Redding, et sa fonction principale est "Quickly switch the current window between normal and incognito mode.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IncogSwitch

Téléchargez les fichiers d'extension IncogSwitch 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

                        Small extension to allow quick switching between normal and incognito modes. This was prompted from an existing extension I use being removed from the store so I made my own.

If you have any problems or want features added, please contact me -> [email protected]

Fixed in 1.2
------------------

- Handling of Japanese characters                    

Informations de Base sur l'Extension

Nom IncogSwitch IncogSwitch
ID lmofebnkodbmemflnendlcpgfdbkgakd
URL Officiel https://chromewebstore.google.com/detail/incogswitch/lmofebnkodbmemflnendlcpgfdbkgakd
Description Quickly switch the current window between normal and incognito mode.
Taille du Fichier 32.58 KB
Nombre d'Installations 511
Version Actuelle 1.2
Dernière Mise à Jour 2018-04-05
Date de Publication 2018-04-05
Évaluation 5.00/5 Total 5 Évaluations
Développeur Jamie Redding
Type de Paiement free
Site Web de l'Extension https://github.com/TormundTargers/IncogSwitch
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IncogSwitch",
    "description": "Quickly switch the current window between normal and incognito mode.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}