Automatically Group Tabs

Automatically group tabs by URL

Vad är Automatically Group Tabs?

Automatically Group Tabs är en Chrome-tillägg utvecklad av aximario, och dess huvudfunktion är "Automatically group tabs by URL".

Tilläggsskärmbilder

screenshot

Ladda ner Automatically Group Tabs-förlängningens CRX-fil

Ladda ner Automatically Group Tabs-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

                        According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab.                    

Grundläggande Information om Tillägg

Namn Automatically Group Tabs Automatically Group Tabs
ID apdbpjooldepljcbgbcjefgodkmhenle
Officiell webbadress https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle
Beskrivning Automatically group tabs by URL
Filstorlek 13.7 KB
Antal Installationer 76
Aktuell Version 2.0.1
Senast Uppdaterad 2022-05-29
Publiceringsdatum 2022-05-16
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare aximario
E-post [email protected]
Betalningssätt free
Stödda Språk en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "default_locale": "zh_CN",
    "description": "__MSG_extensionDescription__",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "action": {
        "default_title": "__MSG_optionsPageTitle__",
        "default_icon": {
            "16": "\/images\/tabgroups.png",
            "32": "\/images\/tabgroups.png",
            "48": "\/images\/tabgroups.png",
            "128": "\/images\/tabgroups.png"
        }
    },
    "icons": {
        "16": "\/images\/tabgroups.png",
        "32": "\/images\/tabgroups.png",
        "48": "\/images\/tabgroups.png",
        "128": "\/images\/tabgroups.png"
    },
    "options_page": "index.html"
}