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.
Qu'est-ce que Group Tabs By Domain ?
Group Tabs By Domain est une extension Chrome développée par grouptabsbydomain, et sa fonction principale est "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Group Tabs By Domain
Téléchargez les fichiers d'extension Group Tabs By Domain au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Group Tabs By Domain |
ID | icmbnkmjhdapliaologdghjfpcmcimln |
URL Officiel | https://chromewebstore.google.com/detail/group-tabs-by-domain/icmbnkmjhdapliaologdghjfpcmcimln |
Description | New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs. |
Taille du Fichier | 63.21 KB |
Nombre d'Installations | 3,084 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2022-06-08 |
Date de Publication | 2022-06-08 |
Évaluation | 4.52/5 Total 31 Évaluations |
Développeur | grouptabsbydomain |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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." } } } |