Incognito Toggle
Switches between incognito and regular browsing
什么是Incognito Toggle?
Incognito Toggle是由Meebuhs开发的Chrome扩展程序,该扩展的主要功能是“Switches between incognito and regular browsing”。
扩展截图
下载Incognito Toggle扩展crx文件
下载Incognito Toggle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides a simple way to switch between incognito and regular browsing. 扩展基本信息
| 名称 | |
| ID | mdgklkgfkebppeoioeldnnnhfodlnlkj |
| 官方URL | https://chromewebstore.google.com/detail/incognito-toggle/mdgklkgfkebppeoioeldnnnhfodlnlkj |
| 简介 | Switches between incognito and regular browsing |
| 文件大小 | 30.16 KB |
| 安装次数 | 331 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2019-12-03 |
| 上架时间 | 2019-12-02 |
| 开发者 | Meebuhs |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Switches between incognito and regular browsing",
"version": "0.1.0",
"name": "Incognito Toggle",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.bundle.js"
]
},
"browser_action": {
"default_icon": {
"32": "images\/incognito-toggle-icon-32.png",
"64": "images\/incognito-toggle-icon-64.png",
"128": "images\/incognito-toggle-icon-128.png"
}
},
"icons": {
"32": "images\/incognito-toggle-icon-32.png",
"64": "images\/incognito-toggle-icon-64.png",
"128": "images\/incognito-toggle-icon-128.png"
},
"manifest_version": 2
} | |