incogni-tab
Open your current tab in an incognito or regular window
Cos'è incogni-tab?
incogni-tab è un'estensione di Chrome sviluppata da Targetlock.io, e la sua funzione principale è "Open your current tab in an incognito or regular window".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione incogni-tab
Scarica i file di estensione incogni-tab 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
incogni-tab is a simple extension that opens your current tab in an incognito (private browsing) or regular window. No unnecessary permissions or tracking! It's easy! Just click on the extension icon in a regular window and your current tab is opened in an incognito window. Click on the extension when your tab is in an incognito window and it is opened into a regular window. There is also the option to keep the original tab open or close it once the new one is opened. Please post suggestions and reviews, we want to make this the most useful extension of its kind.
Informazioni di Base sull'Estensione
Nome | incogni-tab |
ID | mhppgjeghhhfdeemdkfcfkcnmopmcnkf |
URL Ufficiale | https://chromewebstore.google.com/detail/incogni-tab/mhppgjeghhhfdeemdkfcfkcnmopmcnkf |
Descrizione | Open your current tab in an incognito or regular window |
Dimensione del File | 46.31 KB |
Conteggio Installazioni | 903 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2020-11-18 |
Data di Pubblicazione | 2016-02-03 |
Valutazione | 4.36/5 Totale 11 Valutazioni |
Sviluppatore | Targetlock.io |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | de,en,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "incogni-tab", "version": "1.2.1", "author": "EDGE Solutions", "offline_enabled": true, "browser_action": { "default_title": "incogni-tab", "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "permissions": [ "activeTab", "storage" ], "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "src\/background\/background.min.js" ], "persistent": false }, "options_ui": { "page": "src\/options\/options_overlay.html", "chrome_style": true } } |