CloseTabsByDomain
Close all tabs by domain
What is CloseTabsByDomain?
CloseTabsByDomain is a Chrome extension developed by https://ragerworks.com, and its main feature is "Close all tabs by domain".
Extension Screenshots
Download CloseTabsByDomain Extension CRX File
Download CloseTabsByDomain extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | CloseTabsByDomain |
ID | hjnfjlehafmdppfncbjafjghkfkgiaml |
Official URL | https://chromewebstore.google.com/detail/closetabsbydomain/hjnfjlehafmdppfncbjafjghkfkgiaml |
Description | Close all tabs by domain |
File Size | 61.61 KB |
Installation Count | 95 |
Current Version | 1.2.0 |
Last Updated | 2020-10-10 |
Publish Date | 2018-12-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://ragerworks.com |
[email protected] | |
Payment Type | free |
Extension Website | https://ragerworks.com/static/close-tabs-by-domain.html |
Supported Languages | 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" } |