Tabs count

Counts the number of open browser tabs

Tabs countคืออะไร?

Tabs count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kanban Labs และคุณลักษณะหลักของมันคือ "Counts the number of open browser tabs"

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

screenshot

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

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

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

                        A very simple extension that gives you the number of currently opened tabs and windows.
Check the source code yourself! https://github.com/kanban-labs/tabs-count                    

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

ชื่อ Tabs count Tabs count
ID iaejhlgcnijhbdilicmoinmiofldhpke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabs-count/iaejhlgcnijhbdilicmoinmiofldhpke
คำอธิบาย Counts the number of open browser tabs
ขนาดไฟล์ 6.83 KB
จำนวนการติดตั้ง 168
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-09-15
วันที่เผยแพร่ 2022-09-14
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Kanban Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://kanban.ee
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs count",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Counts the number of open browser tabs",
    "action": {
        "default_title": "Tab count",
        "default_icon": "icons\/icon-48x48.png"
    },
    "permissions": [
        "notifications"
    ],
    "icons": {
        "48": "icons\/icon-48x48.png",
        "144": "icons\/icon-144x144.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self';"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}

ส่วนขยายที่เกี่ยวข้อง