Incognito Launcher
Quick Incognito Launcher
什么是Incognito Launcher?
Incognito Launcher是由mquadrant开发的Chrome扩展程序,该扩展的主要功能是“Quick Incognito Launcher”。
扩展截图
下载Incognito Launcher扩展crx文件
下载Incognito Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Open your current tab or highlighted tabs in an incognito or normal window in Just-One-Click.
Incognito Launcher is an easy to use extension that opens your current tab in an incognito (private browsing).
It's simple!
- To open your normal tab in an incognito window: Click on the extension icon in a regular window and your current tab is opened in an incognito window.
- To revert back to your normal tab: Repeat the above process in an incognito window and it is opened into a regular window.
Short cut: "Ctrl + Shift + Right" for window and "Command + Shift + Right" for mac.
To enable this extension on Incognito window, Follow this steps here: https://www.thewindowsclub.com/enable-extensions-in-incognito-mode-on-google-chrome 扩展基本信息
| 名称 | |
| ID | ipobjholhnadnkgkapnpbdcnogdfdepd |
| 官方URL | https://chromewebstore.google.com/detail/incognito-launcher/ipobjholhnadnkgkapnpbdcnogdfdepd |
| 简介 | Quick Incognito Launcher |
| 文件大小 | 15.45 KB |
| 安装次数 | 18 |
| 当前版本 | 1.1 |
| 更新时间 | 2022-05-24 |
| 上架时间 | 2020-10-12 |
| 开发者 | mquadrant |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Incognito Launcher",
"version": "1.1",
"description": "Quick Incognito Launcher",
"manifest_version": 3,
"icons": {
"48": "images\/[email protected]",
"128": "images\/[email protected]"
},
"commands": {
"open-iiwindow": {
"suggested_key": {
"default": "Ctrl+Shift+Right",
"mac": "Command+Shift+Right"
},
"description": "Open highlighted\/current Tab in incognito"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
],
"action": {
"default_icon": {
"48": "images\/[email protected]",
"128": "images\/[email protected]"
}
}
} | |