Auto Tab Group
This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Co to jest Auto Tab Group?
Auto Tab Group to rozszerzenie Chrome opracowane przez ron.troyer, a jego główną funkcją jest „This extension will automatically group tabs by domain if a group already exists with only that domain in the group.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auto Tab Group
Pobierz pliki rozszerzeń Auto Tab Group 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
Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically!
Podstawowe informacje o rozszerzeniu
Nazwa | Auto Tab Group |
ID | fegfjeilahnhmeeiaagmdnnmenefpgld |
Oficjalny URL | https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld |
Opis | This extension will automatically group tabs by domain if a group already exists with only that domain in the group. |
Rozmiar pliku | 15.59 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2021-05-10 |
Data Publikacji | 2021-03-18 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | ron.troyer |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/j0be/AutoTabGroup |
Adres URL Strony Pomocy | https://github.com/j0be/AutoTabGroup |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Tab Group", "description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.", "version": "1.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "tabGroups" ], "icons": { "16": "\/16x16.png", "32": "\/32x32.png", "48": "\/48x48.png", "128": "\/128x128.png" } } |