Auto Group Tab
Auto group your Chrome tabs
Qu'est-ce que Auto Group Tab ?
Auto Group Tab est une extension Chrome développée par Huy Vu, et sa fonction principale est "Auto group your Chrome tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto Group Tab
Téléchargez les fichiers d'extension Auto Group Tab 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
If you ever need to move your tabs into correct groups everytime you open the browser then this extension will auto that for you. [Require Chrome version 89] How it works: 1. Define the groups and the addresses for each group 2. Open new tabs in your browser as usual 3. Click "Group Tab" to group all your tabs ***** See the video for a better instruction and demo ***** Jot a comment if you have any feedback for this extension, I'll reply you directly.
Informations de Base sur l'Extension
Nom | Auto Group Tab |
ID | ockjmhnpoiklcfkdpjfbebjepehbbbco |
URL Officiel | https://chromewebstore.google.com/detail/auto-group-tab/ockjmhnpoiklcfkdpjfbebjepehbbbco |
Description | Auto group your Chrome tabs |
Taille du Fichier | 230 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-05-09 |
Date de Publication | 2021-05-08 |
Développeur | Huy Vu |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Group Tab", "description": "Auto group your Chrome tabs", "version": "1.0", "manifest_version": 3, "permissions": [ "tabs", "tabGroups", "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |