Tab Combine

Automaticlly combine tabs on the fly

Tab Combine là gì?

Tab Combine là một tiện ích mở rộng Chrome được phát triển bởi dcohenb, và tính năng chính của nó là "Automaticlly combine tabs on the fly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Tab Combine

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

                        Are you a Chrome power user that opens millions of tabs at the same time and then you can't find them?

Tab Combine to the rescue!

This extension takes unused tabs and combines them into a nifty group.
One you click the group tab it will ungroup immediately.

No more spent time on looking for that one tab from 2 hours ago.                    

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

Tên Tab Combine Tab Combine
ID kkhoclplmnhcmgeepaljkebgkdehanbk
URL Chính Thức https://chromewebstore.google.com/detail/tab-combine/kkhoclplmnhcmgeepaljkebgkdehanbk
Mô tả Automaticlly combine tabs on the fly
Kích Thước Tệp 12.83 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2018-03-24
Ngày Phát Hành 2018-03-24
Đánh Giá 3.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển dcohenb
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",
    "name": "Tab Combine",
    "manifest_version": 2,
    "short_name": "tab-combine",
    "description": "Automaticlly combine tabs on the fly",
    "version": "1.0.8",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "author": "Daniel Cohen ",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    }
}