Tab Grouper

Let's you group your chrome tabs by domain

Tab Grouper là gì?

Tab Grouper là một tiện ích mở rộng Chrome được phát triển bởi Very Good Chrome Extensions, và tính năng chính của nó là "Let's you group your chrome tabs by domain".

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

screenshot
screenshot

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

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

                        Group your tabs based on the url domain with a single click!

Do you have too many tabs open? Are many of those tabs from the same website? If so then this extension is just for you! With a single click this extension will group all your tabs based on website/domain.

Usage and limitations
• Only groups tabs if there is at least two tabs open with the same url domain.
• It will group only tabs in the current window.
• If grouping is done on a second window, it will check if the domain group already exists from prior groups even on a different window and send the tab to that group if it does.

0.0.2 changes
• Fixed bug
• Added an options page to allow reset of extension data in case of errors.                    

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

Tên Tab Grouper Tab Grouper
ID fkpmakflpdgeblkpdklpoohabkdghjpd
URL Chính Thức https://chromewebstore.google.com/detail/tab-grouper/fkpmakflpdgeblkpdklpoohabkdghjpd
Mô tả Let's you group your chrome tabs by domain
Kích Thước Tệp 228 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-04-18
Ngày Phát Hành 2021-04-01
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Very Good Chrome Extensions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Grouper",
    "version": "0.0.2",
    "manifest_version": 3,
    "description": "Let's you group your chrome tabs by domain",
    "permissions": [
        "storage",
        "tabs",
        "tabGroups"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Tab Grouper"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html"
}