incogni-tab
Open your current tab in an incognito or regular window
Qu'est-ce que incogni-tab ?
incogni-tab est une extension Chrome développée par Targetlock.io, et sa fonction principale est "Open your current tab in an incognito or regular window".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension incogni-tab
Téléchargez les fichiers d'extension incogni-tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | incogni-tab |
ID | mhppgjeghhhfdeemdkfcfkcnmopmcnkf |
URL Officiel | https://chromewebstore.google.com/detail/incogni-tab/mhppgjeghhhfdeemdkfcfkcnmopmcnkf |
Description | Open your current tab in an incognito or regular window |
Taille du Fichier | 46.31 KB |
Nombre d'Installations | 903 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2020-11-18 |
Date de Publication | 2016-02-03 |
Évaluation | 4.36/5 Total 11 Évaluations |
Développeur | Targetlock.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |