Habit Reminder
To help remind you of habits/tasks such as drinking water or stretching.
Habit Reminderคืออะไร?
Habit Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeffrey K และคุณลักษณะหลักของมันคือ "To help remind you of habits/tasks such as drinking water or stretching."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Habit Reminder
ดาวน์โหลดไฟล์ส่วนขยาย Habit Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An easy-to-use habit timer to remind yourself of frequent activities such as drinking water. Can also be used as a generic timer for any activity. Features: • Set your own habit name and timer value • Set whether notification stays on screen until dismissed • Set to restart timer automatically after timer ends • Shows remaining time in the extension popup • Set a sleep timer v1.0.2 • Added a sleep timer mode which stops timers and notifications for the specified time range v1.0.3 • Minor bug fix ------------------------ Contact me through the Support tab for any issues or suggestions. ------------------------ All notification sounds by https://notificationsounds.com/ are provided under a Creative Commons Attribution license.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Habit Reminder |
ID | hgmehlmjgjofiffmjodocjlcebmlcefb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/habit-reminder/hgmehlmjgjofiffmjodocjlcebmlcefb |
คำอธิบาย | To help remind you of habits/tasks such as drinking water or stretching. |
ขนาดไฟล์ | 438 KB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2021-02-28 |
วันที่เผยแพร่ | 2021-01-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Jeffrey K |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Habit Reminder", "version": "1.0.3", "description": "To help remind you of habits\/tasks such as drinking water or stretching.", "short_name": "Habit", "permissions": [ "notifications", "storage" ], "browser_action": { "default_title": "Habit Reminder", "default_popup": "popup.html", "default_icon": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "options.html" } |