Incognito Launcher
Quick Incognito Launcher
Cos'è Incognito Launcher?
Incognito Launcher è un'estensione di Chrome sviluppata da mquadrant, e la sua funzione principale è "Quick Incognito Launcher".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Incognito Launcher
Scarica i file di estensione Incognito Launcher 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
Open your current tab or highlighted tabs in an incognito or normal window in Just-One-Click. Incognito Launcher is an easy to use extension that opens your current tab in an incognito (private browsing). It's simple! - To open your normal tab in an incognito window: Click on the extension icon in a regular window and your current tab is opened in an incognito window. - To revert back to your normal tab: Repeat the above process in an incognito window and it is opened into a regular window. Short cut: "Ctrl + Shift + Right" for window and "Command + Shift + Right" for mac. To enable this extension on Incognito window, Follow this steps here: https://www.thewindowsclub.com/enable-extensions-in-incognito-mode-on-google-chrome
Informazioni di Base sull'Estensione
Nome | Incognito Launcher |
ID | ipobjholhnadnkgkapnpbdcnogdfdepd |
URL Ufficiale | https://chromewebstore.google.com/detail/incognito-launcher/ipobjholhnadnkgkapnpbdcnogdfdepd |
Descrizione | Quick Incognito Launcher |
Dimensione del File | 15.45 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-05-24 |
Data di Pubblicazione | 2020-10-12 |
Sviluppatore | mquadrant |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Incognito Launcher", "version": "1.1", "description": "Quick Incognito Launcher", "manifest_version": 3, "icons": { "48": "images\/[email protected]", "128": "images\/[email protected]" }, "commands": { "open-iiwindow": { "suggested_key": { "default": "Ctrl+Shift+Right", "mac": "Command+Shift+Right" }, "description": "Open highlighted\/current Tab in incognito" } }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "action": { "default_icon": { "48": "images\/[email protected]", "128": "images\/[email protected]" } } } |