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 |
| 官方網址 | 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
} | |