Auto Group Tabs

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

Wat is Auto Group Tabs?

Auto Group Tabs is een Chrome-extensie ontwikkeld door Siddhartha Sarkar, en de belangrijkste functie is "Keep you tab bar tidy with auto grouping without need to group them manually.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Auto Group Tabs

Download Auto Group Tabs-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

                        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                    

Basisinformatie over de Extensie

Naam Auto Group Tabs Auto Group Tabs
ID ekjmngjikhikadcbbidpfdaocifddaip
Officiële URL https://chromewebstore.google.com/detail/auto-group-tabs/ekjmngjikhikadcbbidpfdaocifddaip
Beschrijving Keep you tab bar tidy with auto grouping without need to group them manually.
Bestandsgrootte 34.42 KB
Aantal Installaties 386
Huidige Versie 5.1.0
Laatst Bijgewerkt 2023-03-22
Publicatiedatum 2021-07-08
Beoordeling 4.25/5 Totaal 8 Beoordelingen
Ontwikkelaar Siddhartha Sarkar
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://siddsarkar.github.io/privacy-policy
Ondersteunde Talen 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"
    }
}