Auto Tab Group
This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Qu'est-ce que Auto Tab Group ?
Auto Tab Group est une extension Chrome développée par ron.troyer, et sa fonction principale est "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto Tab Group
Téléchargez les fichiers d'extension Auto Tab Group 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
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!
Informations de Base sur l'Extension
Nom | Auto Tab Group |
ID | fegfjeilahnhmeeiaagmdnnmenefpgld |
URL Officiel | https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld |
Description | This extension will automatically group tabs by domain if a group already exists with only that domain in the group. |
Taille du Fichier | 15.59 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2021-05-10 |
Date de Publication | 2021-03-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ron.troyer |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/j0be/AutoTabGroup |
URL de la Page d'Aide | https://github.com/j0be/AutoTabGroup |
Langues Prises en Charge | 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" } } |