Group Tabs By Domain

New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.

Group Tabs By Domain là gì?

Group Tabs By Domain là một tiện ích mở rộng Chrome được phát triển bởi grouptabsbydomain, và tính năng chính của nó là "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.".

Ả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 Group Tabs By Domain

Tải xuống các tệp mở rộng Group Tabs By Domain 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 all the tabs by domain/website url. This will help user to keep tabs organized.

New tabs are automatically moved to the correct group. If no group is available then new group will be created.

It groups all tabs by top level domain. group name will be GOOGLE for both below url(s).
https://google.com
https://docs.google.com                    

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

Tên Group Tabs By Domain Group Tabs By Domain
ID icmbnkmjhdapliaologdghjfpcmcimln
URL Chính Thức https://chromewebstore.google.com/detail/group-tabs-by-domain/icmbnkmjhdapliaologdghjfpcmcimln
Mô tả New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.
Kích Thước Tệp 63.21 KB
Số Lần Cài Đặt 3,084
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2022-06-08
Ngày Phát Hành 2022-06-08
Đánh Giá 4.52/5 Tổng số 31 Đánh Giá
Nhà Phát Triển grouptabsbydomain
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Group Tabs By Domain",
    "version": "0.0.0.1",
    "description": "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabGroups",
        "tabs"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "commands": {
        "group-tabs-by-domain": {
            "suggested_key": {
                "default": "Ctrl+Shift+Left",
                "mac": "Command+Shift+Left"
            },
            "description": "New tabs are automatically moved to the correct tab group. Additionaly you can ctrl + shift + left arrow to group all tabs."
        }
    }
}