Group Tabs

Groups tabs according to defined categories

Group Tabs là gì?

Group Tabs là một tiện ích mở rộng Chrome được phát triển bởi Hari Raghunathan, và tính năng chính của nó là "Groups tabs according to defined categories".

Ả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

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

                        Organize your browsing experience with this extension. Use this extension to sort all your current tabs based on categories into separate browser windows. Categorize frequently visited sites into buckets using the grouping table. Whenever you feel the need to reorganize your tabs, just hit the 'click to group' button and see the magic happen!

The extension defines some initial sample grouping. Feel free to modify this with the +/- buttons and save the grouping after modifying. To search sites, or groups currently in the grouping, use the Filter box above the table to filter through the list.                    

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

Tên Group Tabs Group Tabs
ID ggidhmcepheeclhipelplplfbgbholdf
URL Chính Thức https://chromewebstore.google.com/detail/group-tabs/ggidhmcepheeclhipelplplfbgbholdf
Mô tả Groups tabs according to defined categories
Kích Thước Tệp 349 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-10-29
Ngày Phát Hành 2014-10-28
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Hari Raghunathan
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": "Group Tabs",
    "version": "1.0",
    "description": "Groups tabs according to defined categories ",
    "icons": {
        "16": "group_tabs_16.png",
        "48": "group_tabs_48.png",
        "128": "group_tabs_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "group_tabs_19.png",
        "default_popup": "popup.html",
        "default_title": "Group tabs"
    },
    "manifest_version": 2
}