Incognito Refresher
Closes then reopens all incognito tabs
Incognito Refresherとは何ですか?
Incognito RefresherはManny Moralesによって開発されたChromeの拡張機能で、その主な機能は「Closes then reopens all incognito tabs」です。
拡張機能のスクリーンショット
Incognito Refresher拡張機能のCRXファイルをダウンロード
Incognito Refresher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Closes all incognito tabs/windows then re-opens them. Useful for renewing an incognito session without losing your tabs and windows.
Required: "Allow In Incognito" found in the Extension's "Details"
Source: https://github.com/Heyotetsuo/refresh-private-tabs
1.0
- Initial Release
1.0.1
- Fixed typos 拡張機能の基本情報
| 名前 | |
| ID | fgklieeeadengbjobafaofepbgbfaeon |
| 公式URL | https://chromewebstore.google.com/detail/incognito-refresher/fgklieeeadengbjobafaofepbgbfaeon |
| 説明 | Closes then reopens all incognito tabs |
| ファイルサイズ | 16.87 KB |
| インストール数 | 219 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2019-09-18 |
| 公開日 | 2019-09-17 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Manny Morales |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.0.1",
"name": "Incognito Refresher",
"description": "Closes then reopens all incognito tabs",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": "images\/icon128.png"
},
"permissions": [
"tabs"
],
"background": {
"scripts": [
"scripts\/content.js"
]
}
} | |