Tabalot

Limit the maximum number of open tabs

Tabalot là gì?

Tabalot là một tiện ích mở rộng Chrome được phát triển bởi https://matthewhadley.info, và tính năng chính của nó là "Limit the maximum number of open 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 Tabalot

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

                        Automatically limit the number of open tabs.

If you end up with too many tabs open, all reduced to a tiny size, this extension will help you keep those tabs under control. After reaching a configurable open tab limit, that excludes pinned tabs, Tabalot will automatically close the oldest unused tab. As you get close to your tab limit, the extension icon badge count will start to turn red and will flash red when it closes a tab.

Note that the tab badge count shows tabs in the current open window only (which seems to be a limitation on chrome) but will correctly update as you switch windows.

***PRIVACY POLICY***

Tabalot does not handle personal or sensitive user data.                    

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

Tên Tabalot Tabalot
ID oakcapkgmnkhiglcimjcbobnloldlcgf
URL Chính Thức https://chrome.google.com/webstore/detail/tabalot/oakcapkgmnkhiglcimjcbobnloldlcgf
Mô tả Limit the maximum number of open tabs
Kích Thước Tệp 13.58 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2018-09-02
Ngày Phát Hành 2018-09-02
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://matthewhadley.info
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",
    "manifest_version": 2,
    "name": "Tabalot",
    "version": "2.0.0",
    "description": "Limit the maximum number of open tabs",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_title": "Tabalot",
        "default_popup": "options.html"
    }
}