Tab Limiter

Limits the number of opened tabs per domain

Tab Limiterคืออะไร?

Tab Limiter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย denis.oleshkevich และคุณลักษณะหลักของมันคือ "Limits the number of opened tabs per domain"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Limiter

ดาวน์โหลดไฟล์ส่วนขยาย Tab Limiter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Control the maximum number of open tabs for specific websites.


Tab Limiter is a simple yet powerful Chrome extension designed to help you manage your browsing experience by limiting the number of open tabs for specific websites. This extension is perfect for users who frequently visit certain websites and want to keep their browser uncluttered.

Key features:

Set custom domain rules: Easily add, edit, or remove domains, and set a maximum number of open tabs for each.
Flexible domain matching: The extension supports both partial and full domain matching for greater control.
Automatic tab management: Excess tabs for specified domains will be closed automatically, ensuring an organized browsing experience.
Notifications: Get notified when a tab is closed due to reaching the maximum allowed limit.
How to use:

Install the extension and click on the extension icon to open the settings page.
Add the domains for which you want to limit open tabs, and set the maximum number of allowed tabs.
Browse without worrying about cluttered tabs! The extension will take care of closing any excess tabs for the specified domains.
Take control of your browsing experience with Tab Limiter for Custom Domains. Say goodbye to a cluttered browser and hello to a cleaner, more efficient browsing experience!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab Limiter Tab Limiter
ID ahifadmfdpgnjkchbmoafedinacdfomc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-limiter/ahifadmfdpgnjkchbmoafedinacdfomc
คำอธิบาย Limits the number of opened tabs per domain
ขนาดไฟล์ 6.09 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2023-05-02
วันที่เผยแพร่ 2023-05-02
ผู้พัฒนา denis.oleshkevich
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": " Tab Limiter",
    "version": "0.1",
    "description": "Limits the number of opened tabs per domain",
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "default_icon": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    }
}