Incognito or not

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

Wat is Incognito or not?

Incognito or not is een Chrome-extensie ontwikkeld door Penny, en de belangrijkste functie is "Quickly switch current tab or link from incognito window to normal window, or vice versa.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Incognito or not

Download Incognito or not-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Incognito or not Incognito or not
ID bjgbcgencjbpjmghkipepgdmgpelenpg
Officiële URL https://chromewebstore.google.com/detail/incognito-or-not/bjgbcgencjbpjmghkipepgdmgpelenpg
Beschrijving Quickly switch current tab or link from incognito window to normal window, or vice versa.
Bestandsgrootte 14.29 KB
Aantal Installaties 2,069
Huidige Versie 1.2.0
Laatst Bijgewerkt 2022-06-04
Publicatiedatum 2017-10-10
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Penny
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/spyth/Incognito-or-not
Help Pagina-URL https://github.com/spyth/Incognito-or-not
Ondersteunde Talen 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"
    }
}