CloseTabsByDomain
Close all tabs by domain
Cos'è CloseTabsByDomain?
CloseTabsByDomain è un'estensione di Chrome sviluppata da https://ragerworks.com, e la sua funzione principale è "Close all tabs by domain".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CloseTabsByDomain
Scarica i file di estensione CloseTabsByDomain in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | hjnfjlehafmdppfncbjafjghkfkgiaml |
| URL Ufficiale | https://chromewebstore.google.com/detail/closetabsbydomain/hjnfjlehafmdppfncbjafjghkfkgiaml |
| Descrizione | Close all tabs by domain |
| Dimensione del File | 61.61 KB |
| Conteggio Installazioni | 95 |
| Versione Corrente | 1.2.0 |
| Ultimo Aggiornamento | 2020-10-10 |
| Data di Pubblicazione | 2018-12-09 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://ragerworks.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://ragerworks.com/static/close-tabs-by-domain.html |
| Lingue Supportate | 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"
} | |