Advance Tab Groups

Auto tab group based on the url or regex

什麼是Advance Tab Groups?

Advance Tab Groups是由DiTech開發的Chrome擴展程式,該擴展的主要功能是“Auto tab group based on the url or regex”。

擴展截圖

screenshot

下載Advance Tab Groups擴展crx文件

下載Advance Tab Groups擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An extension helps you manage tab groups better

The newly added tab grouping function in chrome is very helpful. however, one of the things it does not allow the user to do is to pre-define rules for tab groups. with this extension user able to config the tab's group based on the tab's URL or regex rules. when a new tab is created it will be added to the corresponding group based on the rules user-defined. 

An auto group flag in a pop-up view is used to suggest if the extension will auto move the tab when it is created or updated. if this flag is off then the user will group the tab by clicking the “Group all tabs” button.                    

擴展基本資訊

名稱 Advance Tab Groups Advance Tab Groups
ID pfpdhdhhmaaadjdolgfphniimpjnifhh
官方網址 https://chromewebstore.google.com/detail/advance-tab-groups/pfpdhdhhmaaadjdolgfphniimpjnifhh
簡介 Auto tab group based on the url or regex
檔案大小 156 KB
安裝次數 288
目前版本 1.0.0.1
更新時間 2021-04-11
上架時間 2021-04-10
評分 5.00/5 共 3 次評分
開發者 DiTech
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advance Tab Groups",
    "description": "Auto tab group based on the url or regex",
    "version": "1.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "identity",
        "identity.email",
        "background",
        "tabs",
        "tabGroups",
        "windows",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "options_page": "options.html"
}