TimeCloud
Minimalistic Time Manager
TimeCloudคืออะไร?
TimeCloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TimeCloud และคุณลักษณะหลักของมันคือ "Minimalistic Time Manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TimeCloud
ดาวน์โหลดไฟล์ส่วนขยาย TimeCloud ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TimeCloud is an easy-to-use all-in-one time keeping extension for your browser. There are mainly four features: An alarm, a stopwatch, a timer, and a to-do list(tasks). The alarm feature helps you to set an alarm for a specified time. The alarm will notify you through a sound alert and a notification. The stopwatch feature helps you to use a stopwatch. This stopwatch even runs in the background and can be paused, played and reset. The timer feature helps you to set a timer for a specific amount of time. When the time is up, you will be notified through a notification. This also runs in the background. Lastly, we have the To-do list, where you can add, delete and check tasks. These tasks are stored even when chrome is shut down. creators: Aaryan Mohta and Namra Shah. If any bugs / glitches/ suggestions/queries, contact - [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TimeCloud |
ID | mdfdnnffbjccpfopihhjnplnmedjgedd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/timecloud/mdfdnnffbjccpfopihhjnplnmedjgedd |
คำอธิบาย | Minimalistic Time Manager |
ขนาดไฟล์ | 223 KB |
จำนวนการติดตั้ง | 98 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-06-17 |
วันที่เผยแพร่ | 2021-06-17 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | TimeCloud |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TimeCloud", "description": "Minimalistic Time Manager", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "notifications" ] } |