Incognito This Tab
Open current tab in an incognito window.
什么是Incognito This Tab?
Incognito This Tab是由BrowserNative开发的Chrome扩展程序,该扩展的主要功能是“Open current tab in an incognito window.”。
扩展截图
下载Incognito This Tab扩展crx文件
下载Incognito This Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | nhockicmnnjibbhgcpphjicilgcfehdi |
| 官方URL | https://chromewebstore.google.com/detail/incognito-this-tab/nhockicmnnjibbhgcpphjicilgcfehdi |
| 简介 | Open current tab in an incognito window. |
| 文件大小 | 11.14 KB |
| 安装次数 | 61,806 |
| 当前版本 | 0.6 |
| 更新时间 | 2023-11-26 |
| 上架时间 | 2016-07-12 |
| 评分 | 3.70/5 共73次评分 |
| 开发者 | BrowserNative |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://browsernative.com/incognito-chrome/ |
| 帮助页面URL | https://browsernative.com/incognito-chrome/ |
| 隐私政策页面URL | https://browsernative.com/extensions-privacy-policy |
| 支持的语言 | 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"
}
}
}
} | |