IncogSwitch
Quickly switch the current window between normal and incognito mode.
什么是IncogSwitch?
IncogSwitch是由Jamie Redding开发的Chrome扩展程序,该扩展的主要功能是“Quickly switch the current window between normal and incognito mode.”。
扩展截图
下载IncogSwitch扩展crx文件
下载IncogSwitch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Small extension to allow quick switching between normal and incognito modes. This was prompted from an existing extension I use being removed from the store so I made my own.
If you have any problems or want features added, please contact me -> [email protected]
Fixed in 1.2
------------------
- Handling of Japanese characters 扩展基本信息
| 名称 | |
| ID | lmofebnkodbmemflnendlcpgfdbkgakd |
| 官方URL | https://chromewebstore.google.com/detail/incogswitch/lmofebnkodbmemflnendlcpgfdbkgakd |
| 简介 | Quickly switch the current window between normal and incognito mode. |
| 文件大小 | 32.58 KB |
| 安装次数 | 511 |
| 当前版本 | 1.2 |
| 更新时间 | 2018-04-05 |
| 上架时间 | 2018-04-05 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Jamie Redding |
| 付费类型 | free |
| 扩展官网 | https://github.com/TormundTargers/IncogSwitch |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "IncogSwitch",
"description": "Quickly switch the current window between normal and incognito mode.",
"version": "1.2",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon19.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |