Tab Group

Organize your tabs

Tab Group là gì?

Tab Group là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Organize your tabs".

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

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

                        Tab Group allows users to create groupings of links/urls/internet pages. Users can easily create new groupings by entering a name and description for the group and adding links to them. They can also pull all the links from currently opened tabs. Users can choose to open the items within the indicated grouping all at once in different tabs. Very useful when opening the browser depending on specific purposes (groups can contain things you might want to differentiate ie: fun and games, work, coding, readings, art history class, trip planning).                    

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

Tên Tab Group Tab Group
ID fdagimofkjchlmpjdgafapdkhdejfgfj
URL Chính Thức https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj
Mô tả Organize your tabs
Kích Thước Tệp 15.1 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-10-17
Ngày Phát Hành 2014-10-17
Đánh Giá 2.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JessicaFu/TabGroup
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Group",
    "version": "1.1",
    "description": "Organize your tabs",
    "browser_action": {
        "default_icon": "images\/new_directory.png",
        "default_popup": "tabGroups.html"
    },
    "permissions": [
        "tabs"
    ]
}