Tab Grouper
Find and manage your tabs easier.
Co to jest Tab Grouper?
Tab Grouper to rozszerzenie Chrome opracowane przez https://alexzran.com, a jego główną funkcją jest „Find and manage your tabs easier.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tab Grouper
Pobierz pliki rozszerzeń Tab Grouper 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
Helps you with: Browse all tabs opened. Click to jump to a tab. Select and smart grouping all tabs by website. Bookmark selected tabs in a folder and close them. Feedback here!: https://airtable.com/shr13uwuvCmGz3tBT Roadmap: https://chrome-tab-grouper.notion.site/
Podstawowe informacje o rozszerzeniu
Nazwa | Tab Grouper |
ID | dkiignmfiekgmokkmnpgohpcdolellbn |
Oficjalny URL | https://chromewebstore.google.com/detail/tab-grouper/dkiignmfiekgmokkmnpgohpcdolellbn |
Opis | Find and manage your tabs easier. |
Rozmiar pliku | 9.62 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 0.0.0.6 |
Ostatnia Aktualizacja | 2023-01-16 |
Data Publikacji | 2022-02-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://alexzran.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://chrome-tab-grouper.notion.site/ |
Adres URL Strony Pomocy | https://airtable.com/shr13uwuvCmGz3tBT |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Grouper", "description": "Find and manage your tabs easier.", "version": "0.0.0.6", "manifest_version": 3, "permissions": [ "tabs", "bookmarks", "tabGroups" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } } |