TabCounter
Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
TabCounterคืออะไร?
TabCounter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย melockchain และคุณลักษณะหลักของมันคือ "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabCounter
ดาวน์โหลดไฟล์ส่วนขยาย TabCounter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Counter tracks the number of tabs: - Currently open - Opened today - Left open from yesterday - Days number of tabs have been left open - Number of tabs opened since install of this extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabCounter |
ID | hocnnbmipielnggchdgobnliemdgpmai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai |
คำอธิบาย | Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that. |
ขนาดไฟล์ | 51.71 MB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2022-12-02 |
วันที่เผยแพร่ | 2022-05-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | melockchain |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabCounter", "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } }, "icons": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } } |