Tab Grouper

Consolidate your tabs into a list.

Tab Grouper là gì?

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

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

                        Tab Grouper will gobble up and close all of your open tabs, and spit them out into a list on a single, new, fresh tab.                    

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

Tên Tab Grouper Tab Grouper
ID mbgligdomdgbbenibfnlociabpmidilp
URL Chính Thức https://chrome.google.com/webstore/detail/tab-grouper/mbgligdomdgbbenibfnlociabpmidilp
Mô tả Consolidate your tabs into a list.
Kích Thước Tệp 11.99 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2018-05-10
Ngày Phát Hành 2018-05-10
Nhà Phát Triển Leslie Heinzen
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/Zero-man/tab-grouper-chrome/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Grouper",
    "version": "0.3.0",
    "description": "Consolidate your tabs into a list.",
    "homepage_url": "https:\/\/github.com\/Zero-man\/tab-grouper-chrome",
    "icons": {
        "32": "icons\/fish-64.png",
        "48": "icons\/fish-64.png",
        "64": "icons\/fish-64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "group-tabs": {
            "suggested_key": {
                "default": "Alt+Shift+G"
            },
            "description": "Close all tabs."
        }
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "32": "icons\/fish-64.png"
        },
        "default_title": "TabGrouper",
        "default_popup": "popup\/popup.html"
    }
}