Incognito or not

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

Apa itu Incognito or not?

Incognito or not adalah ekstensi Chrome yang dikembangkan oleh Penny, dan fitur utamanya adalah "Quickly switch current tab or link from incognito window to normal window, or vice versa.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Incognito or not

Unduh file ekstensi Incognito or not dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Incognito or not Incognito or not
ID bjgbcgencjbpjmghkipepgdmgpelenpg
URL Resmi https://chromewebstore.google.com/detail/incognito-or-not/bjgbcgencjbpjmghkipepgdmgpelenpg
Deskripsi Quickly switch current tab or link from incognito window to normal window, or vice versa.
Ukuran File 14.29 KB
Jumlah Instalasi 2,069
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2022-06-04
Tanggal Publikasi 2017-10-10
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Penny
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/spyth/Incognito-or-not
URL Halaman Bantuan https://github.com/spyth/Incognito-or-not
Bahasa yang Didukung 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"
    }
}