Incognito or not

Quickly switch current tab or link from incognito window to normal window, or vice versa.

Qu'est-ce que Incognito or not ?

Incognito or not est une extension Chrome développée par Penny, et sa fonction principale est "Quickly switch current tab or link from incognito window to normal window, or vice versa.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Incognito or not

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

                        This Chrome extension enables you to switch incognito mode of current tab or link with one click, so you can switch current session easily.                    

Informations de Base sur l'Extension

Nom Incognito or not Incognito or not
ID bjgbcgencjbpjmghkipepgdmgpelenpg
URL Officiel https://chromewebstore.google.com/detail/incognito-or-not/bjgbcgencjbpjmghkipepgdmgpelenpg
Description Quickly switch current tab or link from incognito window to normal window, or vice versa.
Taille du Fichier 14.29 KB
Nombre d'Installations 2,069
Version Actuelle 1.2.0
Dernière Mise à Jour 2022-06-04
Date de Publication 2017-10-10
Évaluation 4.75/5 Total 4 Évaluations
Développeur Penny
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/spyth/Incognito-or-not
URL de la Page d'Aide https://github.com/spyth/Incognito-or-not
Langues Prises en Charge en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.0",
    "action": [],
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "default_locale": "en",
    "name": "Incognito or not",
    "description": "__MSG_extDesc__",
    "background": {
        "service_worker": "background.js"
    }
}