Tab Count

Displays the number of browser tabs

Tab Countคืออะไร?

Tab Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gustass1 และคุณลักษณะหลักของมันคือ "Displays the number of browser tabs"

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

screenshot
screenshot

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

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

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

                        Simple extension that displays the number of tabs you have open on your browser. It displays total count of tabs, tab count on current window, and tab count you have on each tab group.                    

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

ชื่อ Tab Count Tab Count
ID cflfdplhfcgapcgcahckkadgghpkhfco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco
คำอธิบาย Displays the number of browser tabs
ขนาดไฟล์ 9.97 KB
จำนวนการติดตั้ง 338
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-05-17
วันที่เผยแพร่ 2021-07-07
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา gustass1
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Count",
    "description": "Displays the number of browser tabs",
    "version": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon-16.png",
            "32": "\/icons\/icon-32.png",
            "48": "\/icons\/icon-48.png",
            "128": "\/icons\/icon-120.png"
        }
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "32": "\/icons\/icon-32.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-120.png"
    },
    "permissions": [
        "tabGroups"
    ]
}