Auto Tab Group

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

什麼是Auto Tab Group?

Auto Tab Group是由ron.troyer開發的Chrome擴展程式,該擴展的主要功能是“This extension will automatically group tabs by domain if a group already exists with only that domain in the group.”。

擴展截圖

screenshot

下載Auto Tab Group擴展crx文件

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

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Auto Tab Group Auto Tab Group
ID fegfjeilahnhmeeiaagmdnnmenefpgld
官方網址 https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld
簡介 This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
檔案大小 15.59 KB
安裝次數 10
目前版本 1.4
更新時間 2021-05-10
上架時間 2021-03-18
評分 5.00/5 共 1 次評分
開發者 ron.troyer
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/j0be/AutoTabGroup
說明頁面URL https://github.com/j0be/AutoTabGroup
支援的語言 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"
    }
}