Auto Tab Group

This extension will automatically group tabs by domain if a group already exists with only that domain in the group.

Vad är Auto Tab Group?

Auto Tab Group är en Chrome-tillägg utvecklad av ron.troyer, och dess huvudfunktion är "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".

Tilläggsskärmbilder

screenshot

Ladda ner Auto Tab Group-förlängningens CRX-fil

Ladda ner Auto Tab Group-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Auto Tab Group Auto Tab Group
ID fegfjeilahnhmeeiaagmdnnmenefpgld
Officiell webbadress https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld
Beskrivning This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Filstorlek 15.59 KB
Antal Installationer 10
Aktuell Version 1.4
Senast Uppdaterad 2021-05-10
Publiceringsdatum 2021-03-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare ron.troyer
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/j0be/AutoTabGroup
Hjälpsida URL https://github.com/j0be/AutoTabGroup
Stödda Språk 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"
    }
}