Tab Limiter

Limit the number of open tabs – in total and per window

Tab Limiter là gì?

Tab Limiter là một tiện ích mở rộng Chrome được phát triển bởi Matthias Vogt, và tính năng chính của nó là "Limit the number of open tabs – in total and per window".

Ả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 Tab Limiter

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

                        Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once.
You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.                    

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

Tên Tab Limiter Tab Limiter
ID pbpfchnddjilendkobiabenojlniemoh
URL Chính Thức https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh
Mô tả Limit the number of open tabs – in total and per window
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2020-12-23
Ngày Phát Hành 2020-04-21
Đánh Giá 4.48/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Matthias Vogt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/matthias-vogt/tab-limiter
URL Trang Trợ Giúp https://github.com/matthias-vogt/tab-limiter
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Limiter",
    "description": "Limit the number of open tabs \u2013 in total and per window",
    "version": "0.4.0",
    "author": "Matthias Vogt",
    "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "Tab Limiter"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}