Group Your Tabs

When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists

Group Your Tabs là gì?

Group Your Tabs là một tiện ích mở rộng Chrome được phát triển bởi potapov.vitaliy, và tính năng chính của nó là "When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Features:

- group tabs per domain
- group search results
- group rarely used tabs                    

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

Tên Group Your Tabs Group Your Tabs
ID chaoejepfhlcelgpicelfccoiojpiofn
URL Chính Thức https://chromewebstore.google.com/detail/group-your-tabs/chaoejepfhlcelgpicelfccoiojpiofn
Mô tả When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists
Kích Thước Tệp 66.76 KB
Số Lần Cài Đặt 11,016
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2015-02-15
Ngày Phát Hành 2015-02-15
Đánh Giá 3.50/5 Tổng số 148 Đánh Giá
Nhà Phát Triển potapov.vitaliy
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_description__",
    "version": "1.7",
    "author": "Vitaliy Potapov",
    "manifest_version": 2,
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/group-your-tabs\/chaoejepfhlcelgpicelfccoiojpiofn",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/kpager-19.png",
            "38": "img\/kpager-38.png"
        }
    },
    "icons": {
        "16": "img\/kpager-16.png",
        "48": "img\/kpager-48.png",
        "128": "img\/kpager-128.png"
    },
    "background": {
        "scripts": [
            "bg\/utils.js",
            "bg\/debug.js",
            "bg\/storage.js",
            "bg\/onmessage.js",
            "bg\/onupdate.js",
            "bg\/serp.js",
            "bg\/rarely.js",
            "bg\/opened-pages.js",
            "bg\/background.js",
            "bg\/context-menu.js",
            "bg\/button.js"
        ],
        "persistent": true
    },
    "options_page": "options\/options.html"
}