Auto Tab Group
This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Wat is Auto Tab Group?
Auto Tab Group is een Chrome-extensie ontwikkeld door ron.troyer, en de belangrijkste functie is "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Tab Group
Download Auto Tab Group-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Auto Tab Group |
ID | fegfjeilahnhmeeiaagmdnnmenefpgld |
Officiële URL | https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld |
Beschrijving | This extension will automatically group tabs by domain if a group already exists with only that domain in the group. |
Bestandsgrootte | 15.59 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2021-05-10 |
Publicatiedatum | 2021-03-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ron.troyer |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/j0be/AutoTabGroup |
Help Pagina-URL | https://github.com/j0be/AutoTabGroup |
Ondersteunde Talen | 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" } } |