Tab Limiter

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

Tab Limiterคืออะไร?

Tab Limiter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthias Vogt และคุณลักษณะหลักของมันคือ "Limit the number of open tabs – in total and per window"

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

screenshot

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

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

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

                        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.                    

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

ชื่อ Tab Limiter Tab Limiter
ID pbpfchnddjilendkobiabenojlniemoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh
คำอธิบาย Limit the number of open tabs – in total and per window
ขนาดไฟล์ 159 KB
จำนวนการติดตั้ง 50,000
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2020-12-23
วันที่เผยแพร่ 2020-04-21
คะแนน 4.48/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Matthias Vogt
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/matthias-vogt/tab-limiter
URL หน้าช่วยเหลือ https://github.com/matthias-vogt/tab-limiter
ภาษาที่รองรับ 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
}