Timer
A clean, simple countown timer with visual and audible alarm.
Timerคืออะไร?
Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reasonable Systems และคุณลักษณะหลักของมันคือ "A clean, simple countown timer with visual and audible alarm."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timer
ดาวน์โหลดไฟล์ส่วนขยาย Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Timer provides a simple countdown timer for scheduling future events without fussiness. Great for tracking french press brewing schedules, the kids' video game sessions, and Pomodoro work units. It keeps running in the background and plays a pleasant chime and shows a notification when it finishes. Click on numbers to edit, tab to move between fields, spacebar to start and stop the timer. Click the bell icon to turn the alarm on or off and use the reset button to reset the timer to its most recent time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cmjaflcjfodgbadocmpelolnfneppipe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/timer/cmjaflcjfodgbadocmpelolnfneppipe |
คำอธิบาย | A clean, simple countown timer with visual and audible alarm. |
ขนาดไฟล์ | 155 KB |
จำนวนการติดตั้ง | 2,698 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2020-02-01 |
วันที่เผยแพร่ | 2020-02-01 |
คะแนน | 3.57/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | Reasonable Systems |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/abachman/chrome-timer |
URL หน้าช่วยเหลือ | https://github.com/abachman/chrome-timer/wiki |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.1.0", "description": "A clean, simple countown timer with visual and audible alarm.", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Timer", "default_popup": "fragments\/popup.html" }, "permissions": [ "notifications" ], "web_accessible_resources": [ "icons\/48.png", "assets\/wine-glass-alarm.ogg", "assets\/glyphicons-halflings.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |