Timer
A chrome extension that allows you to set timer and alert
Timerคืออะไร?
Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thu Nguyen และคุณลักษณะหลักของมันคือ "A chrome extension that allows you to set timer and alert"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timer
ดาวน์โหลดไฟล์ส่วนขยาย Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A basic timer with sound and notifications. Can set time up to hours as
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Timer |
ID | jeeccbgpjcoijhgboccheomodgnhaddi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
คำอธิบาย | A chrome extension that allows you to set timer and alert |
ขนาดไฟล์ | 297 KB |
จำนวนการติดตั้ง | 422 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-11-11 |
วันที่เผยแพร่ | 2016-11-10 |
คะแนน | 4.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Thu Nguyen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.0.0", "description": "A chrome extension that allows you to set timer and alert", "author": "ThuNguyen", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Set!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ] } |