Incognito This Tab
Open current tab in an incognito window.
Hvad er Incognito This Tab?
Incognito This Tab er en Chrome-udvidelse udviklet af BrowserNative, og dens hovedfunktion er "Open current tab in an incognito window.".
Udvidelsesskærmbilleder
Download Incognito This Tab-udvidelses-CRX-fil
Download Incognito This Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Use keyboard shortcut "Alt + O", toolbar button or the context menu option. Simple and light-weight extension, doesn't require any special permission. No Adware or any malicious activity. Enable "Allow in incognito" on Extensions page to use it in incognito mode for reverse functionality.
Grundlæggende oplysninger om udvidelsen
Navn | Incognito This Tab |
ID | nhockicmnnjibbhgcpphjicilgcfehdi |
Officiel URL | https://chromewebstore.google.com/detail/incognito-this-tab/nhockicmnnjibbhgcpphjicilgcfehdi |
Beskrivelse | Open current tab in an incognito window. |
Filstørrelse | 11.14 KB |
Antal Installationer | 61,806 |
Nuværende Version | 0.6 |
Senest Opdateret | 2023-11-26 |
Udgivelsesdato | 2016-07-12 |
Bedømmelse | 3.70/5 Samlet 73 Bedømmelser |
Udvikler | BrowserNative |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://browsernative.com/incognito-chrome/ |
Hjælpeside-URL | https://browsernative.com/incognito-chrome/ |
URL til Fortrolighedspolitik Side | https://browsernative.com/extensions-privacy-policy |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Incognito This Tab", "description": "Open current tab in an incognito window.", "permissions": [ "contextMenus", "activeTab" ], "version": "0.6", "homepage_url": "https:\/\/browsernative.com\/incognito-chrome\/", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_title": "Incognito This Tab" }, "icons": { "128": "static\/128.png", "48": "static\/48.png", "16": "static\/16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+O", "mac": "Alt+O", "chromeos": "Alt+O", "linux": "Alt+O" } } } } |