Little Timer
Only 8 type timers
Little Timerคืออะไร?
Little Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย newstep และคุณลักษณะหลักของมันคือ "Only 8 type timers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Little Timer
ดาวน์โหลดไฟล์ส่วนขยาย Little Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features - Set timer by one click. - Notify by new tab after the time has elapsed. - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes. - Remaining time is displayed on the right bottom of the icon. - Notify with a message if you enter a message.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hoojobmcgpegpdbaagmopahobnnnhhmh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh |
คำอธิบาย | Only 8 type timers |
ขนาดไฟล์ | 20.62 KB |
จำนวนการติดตั้ง | 374 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2017-02-07 |
วันที่เผยแพร่ | 2017-02-07 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | newstep |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Little Timer", "description": "__MSG_extDescription__", "version": "1.2.0", "manifest_version": 2, "browser_action": { "default_icon": { "16": "timer16.png", "19": "timer19.png", "128": "timer128.png" }, "default_title": "Little Timer", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "tabs", "http:\/\/*\/*", "background" ], "icons": { "19": "timer19.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |