Tab Killer
Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
Cos'è Tab Killer?
Tab Killer è un'estensione di Chrome sviluppata da Lucian Grijincu, e la sua funzione principale è "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Killer
Scarica i file di estensione Tab Killer 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
Right click and choose what to close:
- duplicate tabs
- tabs to the left or right
- from the same or different domain or URL as the current one
- from the current domain, but with a part of the URL path identical Informazioni di Base sull'Estensione
| Nome | |
| ID | emoianadnmpcffipnfhddhdjchjcchhb |
| URL Ufficiale | https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb |
| Descrizione | Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more! |
| Dimensione del File | 10.83 KB |
| Conteggio Installazioni | 459 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2017-01-24 |
| Data di Pubblicazione | 2017-01-24 |
| Valutazione | 3.60/5 Totale 10 Valutazioni |
| Sviluppatore | Lucian Grijincu |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "tab-killer.html"
},
"description": "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!",
"icons": {
"128": "x-128.png"
},
"manifest_version": 2,
"name": "Tab Killer",
"permissions": [
"contextMenus",
"tabs"
],
"version": "1.4"
} | |