Tab Killer
Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
Hvad er Tab Killer?
Tab Killer er en Chrome-udvidelse udviklet af Lucian Grijincu, og dens hovedfunktion er "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!".
Udvidelsesskærmbilleder
Download Tab Killer-udvidelses-CRX-fil
Download Tab Killer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | emoianadnmpcffipnfhddhdjchjcchhb |
| Officiel URL | https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb |
| Beskrivelse | Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more! |
| Filstørrelse | 10.83 KB |
| Antal Installationer | 459 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2017-01-24 |
| Udgivelsesdato | 2017-01-24 |
| Bedømmelse | 3.60/5 Samlet 10 Bedømmelser |
| Udvikler | Lucian Grijincu |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |