3 Tabs Only

Allows a maximum of 3 open tabs

3 Tabs Only là gì?

3 Tabs Only là một tiện ích mở rộng Chrome được phát triển bởi One Who Tinkers, và tính năng chính của nó là "Allows a maximum of 3 open tabs".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones.

I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review.

The script and manifest, for transparency:
goo.gl/kac7nx
goo.gl/V52guz

Images made with Canva.                    

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

Tên 3 Tabs Only 3 Tabs Only
ID pkfpaiidmiemediimekjfmlbhnbofabd
URL Chính Thức https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd
Mô tả Allows a maximum of 3 open tabs
Kích Thước Tệp 37.33 KB
Số Lần Cài Đặt 515
Phiên Bản Hiện Tại 7.10005
Cập Nhật Lần Cuối 2020-03-01
Ngày Phát Hành 2020-03-01
Đánh Giá 4.69/5 Tổng số 16 Đánh Giá
Nhà Phát Triển One Who Tinkers
Email [email protected]
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": "3 Tabs Only",
    "description": "Allows a maximum of 3 open tabs",
    "version": "7.10005",
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}