Reminder
Reminds you about your todos via desktop notifications
Reminderคืออะไร?
Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anish Nair และคุณลักษณะหลักของมันคือ "Reminds you about your todos via desktop notifications"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reminder
ดาวน์โหลดไฟล์ส่วนขยาย Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
All you have to do is set a time and a message, and Reminder will nudge you regarding the same. Most of us always have the web browser open in front of us which make this an ideal extension tool for you. "Reminder" never forgets to remind you about your useful commitments. Reminder has two modes 1. Remind me at Specify what time of the day you would like to see the reminder message. 2. Remind me after Specify the duration (in hours and mins) after which you would like to see the reminder message. Extra Bonus: Please notice the bell icon next to the message box. Click once, to turn on the sound. A notification sound will be played along with the message. COMING SOON! 1. Provision to set a date for reminders 2. Repeat reminder every day/week/month/year
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reminder |
ID | acclkpakfhclgnilbcclfpmgcoalbcmk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reminder/acclkpakfhclgnilbcclfpmgcoalbcmk |
คำอธิบาย | Reminds you about your todos via desktop notifications |
ขนาดไฟล์ | 256 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | v1.0 |
อัปเดตครั้งล่าสุด | 2020-10-23 |
วันที่เผยแพร่ | 2020-04-24 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Anish Nair |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reminder", "short_name": "Reminder", "version": "1.0.0", "version_name": "v1.0", "description": "Reminds you about your todos via desktop notifications", "icons": { "16": "assets\/icons\/reminder-logo-16x16.png", "48": "assets\/icons\/reminder-logo-48x48.png", "128": "assets\/icons\/reminder-logo-128x128.png" }, "permissions": [ "notifications", "background" ], "background": { "scripts": [ "js\/notification.min.js" ] }, "manifest_version": 2, "browser_action": { "default_icon": { "19": "assets\/icons\/reminder-logo-19x19.png", "38": "assets\/icons\/reminder-logo-38x38.png" }, "default_popup": "reminder.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/images\/alarm_48x48.png", "assets\/images\/success_green_thumb_48_48.png" ] } |