Tab Killer
Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!
Co to jest Tab Killer?
Tab Killer to rozszerzenie Chrome opracowane przez Lucian Grijincu, a jego główną funkcją jest „Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab Killer
Pobierz pliki rozszerzeń Tab Killer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | emoianadnmpcffipnfhddhdjchjcchhb |
| Oficjalny URL | https://chromewebstore.google.com/detail/tab-killer/emoianadnmpcffipnfhddhdjchjcchhb |
| Opis | Close tabs with a right click: duplicates, tabs to the left or right, other tabs, tabs from the same URL, domain & more! |
| Rozmiar pliku | 10.83 KB |
| Liczba instalacji | 459 |
| Aktualna Wersja | 1.4 |
| Ostatnia Aktualizacja | 2017-01-24 |
| Data Publikacji | 2017-01-24 |
| Ocena | 3.60/5 Łącznie 10 Oceny |
| Deweloper | Lucian Grijincu |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |