Close Others
Close Other Tabs.
Close Othersとは何ですか?
Close Othersはasukazeによって開発されたChromeの拡張機能で、その主な機能は「Close Other Tabs.」です。
拡張機能のスクリーンショット
Close Others拡張機能のCRXファイルをダウンロード
Close Others拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add "Close Others" Button into toolbar.
All tabs except the current tab will be closed.
Close Left: https://chrome.google.com/webstore/detail/close-left/gdpopcppmglkiodhjobnjbogcoacgkoa
Close Right: https://chrome.google.com/webstore/detail/close-right/npemobdkdcknhfaiioheeffincgpgafj 拡張機能の基本情報
| 名前 | |
| ID | jlkpafdhmdhiahnmcmjejmlidghcobeb |
| 公式URL | https://chromewebstore.google.com/detail/close-others/jlkpafdhmdhiahnmcmjejmlidghcobeb |
| 説明 | Close Other Tabs. |
| ファイルサイズ | 43.24 KB |
| インストール数 | 1,338 |
| 現在のバージョン | 0.4 |
| 最終更新日 | 2022-06-16 |
| 公開日 | 2014-07-23 |
| 評価 | 5.00/5 合計 9 レビュー |
| 開発者 | asukaze |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.asukaze.net/soft/ch_removetabs/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Close Others",
"version": "0.4",
"manifest_version": 3,
"description": "Close Other Tabs.",
"icons": {
"16": "close_others.png",
"48": "close_others_48.png",
"128": "close_others_128.png"
},
"action": {
"default_icon": "close_others.png",
"default_title": "Close Others"
},
"background": {
"service_worker": "close_others.js"
}
} | |