Auto Group Tabs

Keep you tab bar tidy with auto grouping without need to group them manually.

What is Auto Group Tabs?

Auto Group Tabs is a Chrome extension developed by Siddhartha Sarkar, and its main feature is "Keep you tab bar tidy with auto grouping without need to group them manually.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

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

                        Group tabs automatically based on URL.

[5.1.0]
- enable/disable grouping
- custom tabgroup names, colors on popup
[5.0.0] added features, customizations , fixes & improvements
[4.0.0] fixed restore tabs, improvements                    

Extension Basic Information

Name Auto Group Tabs Auto Group Tabs
ID ekjmngjikhikadcbbidpfdaocifddaip
Official URL https://chromewebstore.google.com/detail/auto-group-tabs/ekjmngjikhikadcbbidpfdaocifddaip
Description Keep you tab bar tidy with auto grouping without need to group them manually.
File Size 34.42 KB
Installation Count 386
Current Version 5.1.0
Last Updated 2023-03-22
Publish Date 2021-07-08
Rating 4.25/5 Total 8 Ratings
Developer Siddhartha Sarkar
Email [email protected]
Payment Type free
Privacy Policy Page URL https://siddsarkar.github.io/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Group Tabs",
    "version": "5.1.0",
    "description": "Keep you tab bar tidy with auto grouping without need to group them manually.",
    "author": "Siddhartha Sarkar",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png",
        "144": "icon128.png",
        "240": "icon240.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "Auto Group Tabs",
        "default_popup": "pages\/popup\/index.html"
    }
}