Close auto-grouped tabs
This extension helps neaten many tabs.
Co to jest Close auto-grouped tabs?
Close auto-grouped tabs to rozszerzenie Chrome opracowane przez たてじ丸, a jego główną funkcją jest „This extension helps neaten many tabs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Close auto-grouped tabs
Pobierz pliki rozszerzeń Close auto-grouped 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
This extension helps neaten many tabs. Please try it to put tabs in apple-pie order! 🚀Features ⭐️The tool groups your tabs by websites. You can close a whole group of tabs. ⭐️It'll let you know with a toolbar badge when you have too many tabs. ⭐️You can undo an operational error of the close of tabs.
Podstawowe informacje o rozszerzeniu
Nazwa | Close auto-grouped tabs |
ID | dkddbbpphijckdhmlifdhejpeefopmbk |
Oficjalny URL | https://chromewebstore.google.com/detail/close-auto-grouped-tabs/dkddbbpphijckdhmlifdhejpeefopmbk |
Opis | This extension helps neaten many tabs. |
Rozmiar pliku | 36.61 KB |
Liczba instalacji | 154 |
Aktualna Wersja | 2.2.0 |
Ostatnia Aktualizacja | 2024-01-04 |
Data Publikacji | 2020-07-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | たてじ丸 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://park15.wakwak.com/~tatejima/ |
Obsługiwane Języki | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "2.2.0", "manifest_version": 3, "description": "__MSG_description__", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "sessions" ], "default_locale": "en" } |