Timer
This simple timer tells you when your time is up.
Timerคืออะไร?
Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kuba Szulaczkowski และคุณลักษณะหลักของมันคือ "This simple timer tells you when your time is up."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timer
ดาวน์โหลดไฟล์ส่วนขยาย Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Set it for up to 4 hours Pause or start the timer over Persistent desktop notification with looping sound Additional sounds are available as an in-app payment
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Timer |
ID | hepmlgghomccjinhcnkkikjpgkjibglj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj |
คำอธิบาย | This simple timer tells you when your time is up. |
ขนาดไฟล์ | 522 KB |
จำนวนการติดตั้ง | 164,548 |
เวอร์ชันปัจจุบัน | 1.3.0.2 |
อัปเดตครั้งล่าสุด | 2018-10-03 |
วันที่เผยแพร่ | 2018-10-03 |
คะแนน | 4.20/5 รวมทั้งหมด 498 คะแนน |
ผู้พัฒนา | Kuba Szulaczkowski |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer", "version": "1.3.0.2", "manifest_version": 2, "description": "This simple timer tells you when your time is up.", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/clock.png", "default_popup": "popup.html" }, "minimum_chrome_version": "50", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "img\/48.png" ] } |