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 là gì?

Auto Tab Group là một tiện ích mở rộng Chrome được phát triển bởi ron.troyer, và tính năng chính của nó là "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".

Ả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 Auto Tab Group

Tải xuống các tệp mở rộng Auto Tab Group 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

                        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!                    

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

Tên Auto Tab Group Auto Tab Group
ID fegfjeilahnhmeeiaagmdnnmenefpgld
URL Chính Thức https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld
Mô tả This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Kích Thước Tệp 15.59 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-05-10
Ngày Phát Hành 2021-03-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ron.troyer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/j0be/AutoTabGroup
URL Trang Trợ Giúp https://github.com/j0be/AutoTabGroup
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}