Auto Tab Group
This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Was ist Auto Tab Group?
Auto Tab Group ist eine Chrome-Erweiterung, die von ron.troyer entwickelt wurde, und ihr Hauptmerkmal ist "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".
Erweiterungsscreenshots
Auto Tab Group-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Tab Group-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Auto Tab Group |
ID | fegfjeilahnhmeeiaagmdnnmenefpgld |
Offizielle URL | https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld |
Beschreibung | This extension will automatically group tabs by domain if a group already exists with only that domain in the group. |
Dateigröße | 15.59 KB |
Installationsanzahl | 10 |
Aktuelle Version | 1.4 |
Letztes Update | 2021-05-10 |
Veröffentlichungsdatum | 2021-03-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | ron.troyer |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/j0be/AutoTabGroup |
Hilfeseite URL | https://github.com/j0be/AutoTabGroup |
Unterstützte Sprachen | 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" } } |