MiCounter
A simple counter to keep track of what matters in your life
MiCounterคืออะไร?
MiCounter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevinslin8 และคุณลักษณะหลักของมันคือ "A simple counter to keep track of what matters in your life"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MiCounter
ดาวน์โหลดไฟล์ส่วนขยาย MiCounter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click to increment the counter. Set value and direction in options page. *New in version 2.1.4.6* - ability to decrement the counter by double clicking Enable this feature in options :) Feedback? Constructive criticism, donations or glowing testimonials all appreciated at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MiCounter |
ID | idcnhbaefagbglkinhliaelonppplneh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/micounter/idcnhbaefagbglkinhliaelonppplneh |
คำอธิบาย | A simple counter to keep track of what matters in your life |
ขนาดไฟล์ | 288 KB |
จำนวนการติดตั้ง | 6,200 |
เวอร์ชันปัจจุบัน | 2.1.4.6 |
อัปเดตครั้งล่าสุด | 2012-12-23 |
วันที่เผยแพร่ | 2012-12-22 |
คะแนน | 4.79/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | kevinslin8 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "MiCounter", "manifest_version": 2, "version": "2.1.4.6", "description": "A simple counter to keep track of what matters in your life", "background": { "scripts": [ "settings.js", "simpleutils.js", "eventPage.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "counter2128.png", "name": "Click me :)" } } |