Incognito or not

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

Cos'è Incognito or not?

Incognito or not è un'estensione di Chrome sviluppata da Penny, e la sua funzione principale è "Quickly switch current tab or link from incognito window to normal window, or vice versa.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Incognito or not

Scarica i file di estensione Incognito or not in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Incognito or not Incognito or not
ID bjgbcgencjbpjmghkipepgdmgpelenpg
URL Ufficiale https://chromewebstore.google.com/detail/incognito-or-not/bjgbcgencjbpjmghkipepgdmgpelenpg
Descrizione Quickly switch current tab or link from incognito window to normal window, or vice versa.
Dimensione del File 14.29 KB
Conteggio Installazioni 2,069
Versione Corrente 1.2.0
Ultimo Aggiornamento 2022-06-04
Data di Pubblicazione 2017-10-10
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Penny
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/spyth/Incognito-or-not
URL della Pagina di Aiuto https://github.com/spyth/Incognito-or-not
Lingue Supportate 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"
    }
}