TabGroups

Provides organisational control over related tabs

TabGroups là gì?

TabGroups là một tiện ích mở rộng Chrome được phát triển bởi Peter Mareš, và tính năng chính của nó là "Provides organisational control over related 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 TabGroups

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

                        A Google Chrome extension that gives you organisational control over your related browser tabs

Features

The extension gives you the following options to manage your tabs:

Current window

- Sort your tabs based on the page's url host. For example, this will group all your YouTube tabs together. (Sorting is ascending)

- Move all similar tabs (to the current page) in the current window to a new window.

- Close all similar tabs (to the current page) in the current window.


All windows

- Move all similar tabs (to the current page) from all windows to a new window.
- Close all similar tabs (to the current page) from all windows                    

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

Tên TabGroups TabGroups
ID hfdbgapillniicojjolojgafipcjkeji
URL Chính Thức https://chromewebstore.google.com/detail/tabgroups/hfdbgapillniicojjolojgafipcjkeji
Mô tả Provides organisational control over related tabs
Kích Thước Tệp 14.71 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2014-06-19
Ngày Phát Hành 2014-06-18
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Peter Mareš
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabGroups",
    "description": "Provides organisational control over related tabs",
    "version": "0.1.0",
    "author": "Peter Mares",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "menuhandler.js"
        ]
    }
}