Bulky close tabs
Close multiple tabs by hostnames or position.
Co to jest Bulky close tabs?
Bulky close tabs to rozszerzenie Chrome opracowane przez eahta, a jego główną funkcją jest „Close multiple tabs by hostnames or position.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bulky close tabs
Pobierz pliki rozszerzeń Bulky close tabs 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
Version 1.0.3: The plugin only work on tabs in the current window. Close multiple tabs by host names or position. Example: "google, facebook": remove all tabs whose host name contain "google" or "facebook". "l": remove all tabs from the left side. "r": remove all tabs from the right side.
Podstawowe informacje o rozszerzeniu
Nazwa | Bulky close tabs |
ID | ggpngjjjpfoplolfkljmlhkcgdefjgae |
Oficjalny URL | https://chromewebstore.google.com/detail/bulky-close-tabs/ggpngjjjpfoplolfkljmlhkcgdefjgae |
Opis | Close multiple tabs by hostnames or position. |
Rozmiar pliku | 723 KB |
Liczba instalacji | 85 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2016-03-26 |
Data Publikacji | 2016-03-26 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | eahta |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bulky close tabs", "description": "Close multiple tabs by hostnames or position.", "version": "1.0.3", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |