Close other tabs
Browser extension to close other tabs
Close other tabsとは何ですか?
Close other tabsはnunofaria11によって開発されたChromeの拡張機能で、その主な機能は「Browser extension to close other tabs」です。
拡張機能のスクリーンショット
Close other tabs拡張機能のCRXファイルをダウンロード
Close other tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that provides a quick way of closing every other tab in window.
拡張機能の基本情報
名前 | |
ID | cohclepbfkicjacnladehmbiepoaobmm |
公式URL | https://chrome.google.com/webstore/detail/cohclepbfkicjacnladehmbiepoaobmm |
説明 | Browser extension to close other tabs |
ファイルサイズ | 5.51 KB |
インストール数 | 33 |
現在のバージョン | 1.0.2 |
最終更新日 | 2019-11-08 |
公開日 | 2019-11-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | nunofaria11 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/nunofaria11/close-other-tabs-ext |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close other tabs", "version": "1.0.2", "description": "Browser extension to close other tabs", "author": "Nuno Faria", "homepage_url": "https:\/\/github.com\/nunofaria11\/close-other-tabs-ext", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "main.js" ] }, "browser_action": { "default_icon": { "16": "icons\/close_16.png", "32": "icons\/close_32.png", "64": "icons\/close_64.png" } }, "icons": { "16": "icons\/close_16.png", "32": "icons\/close_32.png", "64": "icons\/close_64.png" } } |