Tabs

Convenient ways to organize tabs in a Chrome window.

Tabs là gì?

Tabs là một tiện ích mở rộng Chrome được phát triển bởi John Crepezzi, và tính năng chính của nó là "Convenient ways to organize tabs in a Chrome window.".

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

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

                        This is an extension that allows convenient sorting of tabs, in the following ways:

* Group by URL domain
* Sort by title
* Reverse order
* Random order                    

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

Tên Tabs Tabs
ID jmfpcnjkbnkbnnkbiheokfdblpdkhclp
URL Chính Thức https://chrome.google.com/webstore/detail/tabs/jmfpcnjkbnkbnnkbiheokfdblpdkhclp
Mô tả Convenient ways to organize tabs in a Chrome window.
Kích Thước Tệp 10.54 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2014-05-28
Ngày Phát Hành 2014-05-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển John Crepezzi
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": "Tabs",
    "version": "0.0.3",
    "default_locale": "en",
    "description": "Convenient ways to organize tabs in a Chrome window.",
    "author": "John Crepezzi",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    }
}