Auto Tab Group
This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
What is Auto Tab Group?
Auto Tab Group is a Chrome extension developed by ron.troyer, and its main feature is "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".
Extension Screenshots
Download Auto Tab Group Extension CRX File
Download Auto Tab Group extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Auto Tab Group |
ID | fegfjeilahnhmeeiaagmdnnmenefpgld |
Official URL | 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. |
File Size | 15.59 KB |
Installation Count | 10 |
Current Version | 1.4 |
Last Updated | 2021-05-10 |
Publish Date | 2021-03-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ron.troyer |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/j0be/AutoTabGroup |
Help Page URL | https://github.com/j0be/AutoTabGroup |
Supported Languages | 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" } } |