Web Reminder
Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
Web Reminderคืออะไร?
Web Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://yarni.net และคุณลักษณะหลักของมันคือ "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Reminder
ดาวน์โหลดไฟล์ส่วนขยาย Web Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Website Reminder helps you to remember to visit the current or recent bookmarked website later or at a certain time. You can define a time period or a specific time, when you want to be remind to visit the web page. Idea from http://requestforstartup.co/ by @MohammadRizeg Please send me feedback, bug reports and feature requests. Use cases: - Blogs, which update periodically - Shopping sites with offers, like Ebay, Amazom co - Job listings - etc Bookmarks are not enough, remember to visit the page! Note: You time must be synchronized automatically, otherwise the alarms will not work properly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | liibflmbnhcmcfmggbpgajocelbgehcf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf |
คำอธิบาย | Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time. |
ขนาดไฟล์ | 1.08 MB |
จำนวนการติดตั้ง | 535 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2015-08-30 |
วันที่เผยแพร่ | 2015-08-30 |
คะแนน | 4.00/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | http://yarni.net |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Reminder", "version": "1.1.2", "description": "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.", "browser_action": { "default_icon": "img\/icon64t.png", "default_title": "Reminder Tab", "default_popup": "panel.html" }, "icons": { "128": "img\/icon128n.png" }, "permissions": [ "activeTab", "storage", "alarms", "notifications", "bookmarks", "contextMenus" ], "background": { "persistent": false, "scripts": [ "vendor\/jquery\/dist\/jquery.min.js", "js\/back.js" ] }, "manifest_version": 2 } |