Tab Counter

This extension will count and log how many tabs you have open

Tab Counterคืออะไร?

Tab Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daniel.barry และคุณลักษณะหลักของมันคือ "This extension will count and log how many tabs you have open"

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

screenshot

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

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

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

                        Keep track of the number of tabs and windows you have open
Shows the number of tabs and windows currently open and a graph of how many are open over time                    

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

ชื่อ Tab Counter Tab Counter
ID gnfjchpcjcgjechjnplhablhjdhdimmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf
คำอธิบาย This extension will count and log how many tabs you have open
ขนาดไฟล์ 198 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-03-09
วันที่เผยแพร่ 2021-03-09
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา daniel.barry
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Counter",
    "description": "This extension will count and log how many tabs you have open",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "chart.js",
            "prototype.js",
            "script.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}