Incognitify
Open current tab in an incognito window
Was ist Incognitify?
Incognitify ist eine Chrome-Erweiterung, die von Neword entwickelt wurde, und ihr Hauptmerkmal ist "Open current tab in an incognito window".
Erweiterungsscreenshots
Incognitify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Incognitify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bfooamdflgheadbaakfehmbdelmfogfa |
| Offizielle URL | https://chromewebstore.google.com/detail/incognitify/bfooamdflgheadbaakfehmbdelmfogfa |
| Beschreibung | Open current tab in an incognito window |
| Dateigröße | 24.9 KB |
| Installationsanzahl | 2,465 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2020-05-29 |
| Veröffentlichungsdatum | 2020-05-29 |
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
| Entwickler | Neword |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
} | |