Automatically Group Tabs

Automatically group tabs by URL

Automatically Group Tabs là gì?

Automatically Group Tabs là một tiện ích mở rộng Chrome được phát triển bởi aximario, và tính năng chính của nó là "Automatically group tabs by URL".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Automatically Group Tabs

Tải xuống các tệp mở rộng Automatically Group Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Automatically Group Tabs Automatically Group Tabs
ID apdbpjooldepljcbgbcjefgodkmhenle
URL Chính Thức https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle
Mô tả Automatically group tabs by URL
Kích Thước Tệp 13.7 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-05-29
Ngày Phát Hành 2022-05-16
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển aximario
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}