Tabmaster

Tame your tabs.

Tabmaster là gì?

Tabmaster là một tiện ích mở rộng Chrome được phát triển bởi https://www.a9.io, và tính năng chính của nó là "Tame your tabs.".

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

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

                        Out now: Tabmaster 1.8! Favicons and better window inspection!

If your workflow is full of tabs that you don't need for a while, this extension is a must-have.

Instantly hide the offending tab or window and save it for later. When you need it again, everything you have hidden is conveniently listed again.

Useful for:
- Saving something to be read later
- Giving research projects a rest till the next day
- Switching from one workspace to the next

========

1.87: Bug fixes to window preview and favicons.                    

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

Tên Tabmaster Tabmaster
ID pojgemmobcnjmnpodjmgeofdgojpkepn
URL Chính Thức https://chromewebstore.google.com/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn
Mô tả Tame your tabs.
Kích Thước Tệp 15.77 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.88
Cập Nhật Lần Cuối 2014-11-28
Ngày Phát Hành 2014-11-28
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.a9.io
Loại Thanh Toán free
Trang Web Mở Rộng http://a9.io
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabmaster",
    "description": "Tame your tabs.",
    "short_name": "Tame your tabs.",
    "manifest_version": 2,
    "version": "1.88",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "Tabmaster",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}