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