CloseTabsByDomain
Close all tabs by domain
Was ist CloseTabsByDomain?
CloseTabsByDomain ist eine Chrome-Erweiterung, die von https://ragerworks.com entwickelt wurde, und ihr Hauptmerkmal ist "Close all tabs by domain".
Erweiterungsscreenshots
CloseTabsByDomain-Erweiterungs-CRX-Datei herunterladen
Laden Sie CloseTabsByDomain-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hjnfjlehafmdppfncbjafjghkfkgiaml |
| Offizielle URL | https://chromewebstore.google.com/detail/closetabsbydomain/hjnfjlehafmdppfncbjafjghkfkgiaml |
| Beschreibung | Close all tabs by domain |
| Dateigröße | 61.61 KB |
| Installationsanzahl | 95 |
| Aktuelle Version | 1.2.0 |
| Letztes Update | 2020-10-10 |
| Veröffentlichungsdatum | 2018-12-09 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://ragerworks.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://ragerworks.com/static/close-tabs-by-domain.html |
| Unterstützte Sprachen | 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"
} | |