Auto-Group Tabs
Automatically add tabs to your configured groups, based on their URL.
What is Auto-Group Tabs?
Auto-Group Tabs is a Chrome extension developed by https://loilo.de, and its main feature is "Automatically add tabs to your configured groups, based on their URL.".
Extension Screenshots
Download Auto-Group Tabs Extension CRX File
Download Auto-Group Tabs 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
Categorize your frequently used websites and automatically add them to tab groups whenever you open them.
Extension Basic Information
Name | Auto-Group Tabs |
ID | danncghahncanipdoajmakdbeaophenb |
Official URL | https://chromewebstore.google.com/detail/auto-group-tabs/danncghahncanipdoajmakdbeaophenb |
Description | Automatically add tabs to your configured groups, based on their URL. |
File Size | 1.2 MB |
Installation Count | 15,285 |
Current Version | 0.0.20 |
Last Updated | 2023-10-06 |
Publish Date | 2021-03-16 |
Rating | 4.75/5 Total 80 Ratings |
Developer | https://loilo.de |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/loilo/auto-group-tabs/issues |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.20", "manifest_version": 3, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/loilo.de", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": false, "page": "index.html?context=options" }, "action": { "default_popup": "index.html?context=popup" }, "permissions": [ "tabs", "tabGroups", "storage" ] } |