Don't Forget
Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
Don't Forgetคืออะไร?
Don't Forget เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dcarps และคุณลักษณะหลักของมันคือ "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Don't Forget
ดาวน์โหลดไฟล์ส่วนขยาย Don't Forget ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Don't forget allows you to set reminders straight from your browser that will sync across all your google sync enabled browsers. Choose desktop notification or have it open a new browser tab to keep you on track with the things you need to remember. Sorry, it will only remind you to do laundry not do it for you. ;)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Don't Forget |
ID | abggoadfpgldjgbjdikghhdmlcgpknie |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie |
คำอธิบาย | Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances |
ขนาดไฟล์ | 428 KB |
จำนวนการติดตั้ง | 146 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2013-10-04 |
วันที่เผยแพร่ | 2013-10-04 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | dcarps |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/tollus/chrome-dont-forget/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Don't Forget", "author": "dcarps", "description": "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances", "version": "1.0.5", "permissions": [ "notifications", "storage", "alarms" ], "background": { "page": "background\/background.html", "persistent": true }, "manifest_version": 2, "omnibox": { "keyword": "df" }, "browser_action": { "default_icon": "img\/logo_BW128.png", "default_popup": "popup\/DontForget.html" }, "icons": { "128": "img\/logo128.png" }, "options_page": "other\/alarmmgmt.html" } |