Incognitify
Open current tab in an incognito window
Qu'est-ce que Incognitify ?
Incognitify est une extension Chrome développée par Neword, et sa fonction principale est "Open current tab in an incognito window".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Incognitify
Téléchargez les fichiers d'extension Incognitify 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
Open the current tab to an incognito tab just by clicking the Incognitify button. Options to set the following: - Keep the original tab open - Remove the tab URL from history - Open the incognito tab maximised Enable this extension in incognito mode to switch back from incognito browsing to normal browsing. There are no trackers or malware in this add-on.
Informations de Base sur l'Extension
Nom | Incognitify |
ID | bfooamdflgheadbaakfehmbdelmfogfa |
URL Officiel | https://chromewebstore.google.com/detail/incognitify/bfooamdflgheadbaakfehmbdelmfogfa |
Description | Open current tab in an incognito window |
Taille du Fichier | 24.9 KB |
Nombre d'Installations | 2,465 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-05-29 |
Date de Publication | 2020-05-29 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Neword |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Incognitify", "description": "Open current tab in an incognito window", "version": "1.2", "background": { "scripts": [ "incognitify.js" ] }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Incognitify" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab", "storage" ], "optional_permissions": [ "history" ], "options_ui": { "page": "options.html", "chrome_style": true } } |