Auto Group Tabs

Automatically make the opened tabs、urls into groups to improve work efficiency.

什么是Auto Group Tabs?

Auto Group Tabs是由aceway开发的Chrome扩展程序,该扩展的主要功能是“Automatically make the opened tabs、urls into groups to improve work efficiency.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Auto Group Tabs扩展crx文件

下载Auto Group Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        AGT: Auto Group Tabs can help improve your work efficiency when dealing with a large number of sites simultaneously. This extension can sync your URLs across multiple devices, allowing you to record them once and use them anywhere.                    

扩展基本信息

名称 Auto Group Tabs Auto Group Tabs
ID aokfncollhcaaafomdophpbnnegklpeb
官方URL https://chromewebstore.google.com/detail/auto-group-tabs/aokfncollhcaaafomdophpbnnegklpeb
简介 Automatically make the opened tabs、urls into groups to improve work efficiency.
文件大小 305 KB
安装次数 30
当前版本 1.0.15
更新时间 2023-04-18
上架时间 2022-10-10
评分 5.00/5 共1次评分
开发者 aceway
电子邮箱 [email protected]
付费类型 free
支持的语言 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.15",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_titleName__"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "ftp:\/\/*\/*",
        "file:\/\/\/*\/*"
    ],
    "permissions": [
        "tabGroups",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_cmdDesc__"
        }
    }
}