CloseTabsByDomain
Close all tabs by domain
CloseTabsByDomainとは何ですか?
CloseTabsByDomainはhttps://ragerworks.comによって開発されたChromeの拡張機能で、その主な機能は「Close all tabs by domain」です。
拡張機能のスクリーンショット
CloseTabsByDomain拡張機能のCRXファイルをダウンロード
CloseTabsByDomain拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the browser extension CloseTabsByDomain you are able to close all open tabs of a domain comfortably. Easily close tabs by domain! There are two ways to use the extension: - Right-click in the page - Click on the extension button Use the settings to configure how the tabs in the CloseTabsByDomain list are sorted: - Browser order: - Alphabetical - By number of open tabs New: - Sort open tabs by domain
拡張機能の基本情報
名前 | CloseTabsByDomain |
ID | hjnfjlehafmdppfncbjafjghkfkgiaml |
公式URL | https://chromewebstore.google.com/detail/closetabsbydomain/hjnfjlehafmdppfncbjafjghkfkgiaml |
説明 | Close all tabs by domain |
ファイルサイズ | 61.61 KB |
インストール数 | 95 |
現在のバージョン | 1.2.0 |
最終更新日 | 2020-10-10 |
公開日 | 2018-12-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://ragerworks.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ragerworks.com/static/close-tabs-by-domain.html |
対応言語 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CloseTabsByDomain", "description": "Close all tabs by domain", "version": "1.2.0", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "img\/logo\/icon_16.png", "48": "img\/logo\/icon_48.png", "128": "img\/logo\/icon_128.png" }, "permissions": [ "tabs", "storage", "contextMenus" ], "options_page": "options.html", "browser_action": { "default_icon": { "16": "img\/logo\/icon_16.png", "48": "img\/logo\/icon_48.png" }, "default_title": "CloseByDomain", "default_popup": "popup.html" }, "default_locale": "en" } |