Tab Killer
Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
Vad är Tab Killer?
Tab Killer är en Chrome-tillägg utvecklad av Lucian Grijincu, och dess huvudfunktion är "Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!".
Tilläggsskärmbilder
Ladda ner Tab Killer-förlängningens CRX-fil
Ladda ner Tab Killer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | emoianadnmpcffipnfhddhdjchjcchhb |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb |
| Beskrivning | Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more! |
| Filstorlek | 10.83 KB |
| Antal Installationer | 459 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2017-01-24 |
| Publiceringsdatum | 2017-01-24 |
| Betyg | 3.60/5 Totalt 10 Betyg |
| Utvecklare | Lucian Grijincu |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |