Incognito This Tab
Open current tab in an incognito window.
What is Incognito This Tab?
Incognito This Tab is a Chrome extension developed by BrowserNative, and its main feature is "Open current tab in an incognito window.".
Extension Screenshots
Download Incognito This Tab Extension CRX File
Download Incognito This Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Incognito This Tab |
ID | nhockicmnnjibbhgcpphjicilgcfehdi |
Official URL | https://chromewebstore.google.com/detail/incognito-this-tab/nhockicmnnjibbhgcpphjicilgcfehdi |
Description | Open current tab in an incognito window. |
File Size | 11.14 KB |
Installation Count | 61,806 |
Current Version | 0.6 |
Last Updated | 2023-11-26 |
Publish Date | 2016-07-12 |
Rating | 3.70/5 Total 73 Ratings |
Developer | BrowserNative |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/incognito-chrome/ |
Help Page URL | https://browsernative.com/incognito-chrome/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | 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" } } } } |