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
}
} | |