Group Tabs By Domain
New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.
Co je Group Tabs By Domain?
Group Tabs By Domain je rozšíření Chrome vyvinuté grouptabsbydomain, a jeho hlavní funkcí je „New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Group Tabs By Domain
Stáhněte si soubory rozšíření Group Tabs By Domain ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Group all the tabs by domain/website url. This will help user to keep tabs organized. New tabs are automatically moved to the correct group. If no group is available then new group will be created. It groups all tabs by top level domain. group name will be GOOGLE for both below url(s). https://google.com https://docs.google.com
Základní Informace o Rozšíření
Název | Group Tabs By Domain |
ID | icmbnkmjhdapliaologdghjfpcmcimln |
Oficiální URL | https://chromewebstore.google.com/detail/group-tabs-by-domain/icmbnkmjhdapliaologdghjfpcmcimln |
Popis | New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs. |
Velikost souboru | 63.21 KB |
Počet instalací | 3,084 |
Aktuální Verze | 0.0.0.1 |
Poslední Aktualizace | 2022-06-08 |
Datum Vydání | 2022-06-08 |
Hodnocení | 4.52/5 Celkem 31 Hodnocení |
Vývojář | grouptabsbydomain |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Group Tabs By Domain", "version": "0.0.0.1", "description": "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "tabGroups", "tabs" ], "background": { "service_worker": "service-worker.js" }, "commands": { "group-tabs-by-domain": { "suggested_key": { "default": "Ctrl+Shift+Left", "mac": "Command+Shift+Left" }, "description": "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs." } } } |