URL Reminders
Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
URL Remindersคืออะไร?
URL Reminders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jack Steel และคุณลักษณะหลักของมันคือ "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Reminders
ดาวน์โหลดไฟล์ส่วนขยาย URL Reminders ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Small and clean reminder extension for Chrome. Up to 50 different reminders can be set with a title and message, each reminder can have intervals, from days to minutes. Reminders can also be set to only go off when a specified webpage is open in your browser; useful for only reminding you when you actually need it. Please leave feedback or suggestions to help improve the extension. Credit: Browser Action Icon Created by Christopher Holm-Hansen from the Noun Project
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ppflglpgpdonobcefbcnppopodlemmog |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog |
คำอธิบาย | Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders |
ขนาดไฟล์ | 1.97 MB |
จำนวนการติดตั้ง | 64 |
เวอร์ชันปัจจุบัน | 0.95 |
อัปเดตครั้งล่าสุด | 2015-05-24 |
วันที่เผยแพร่ | 2015-05-24 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Jack Steel |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "name": "URL Reminders", "description": "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders", "version": "0.95", "author": "Jack Steel", "minimum_chrome_version": "40", "short_name": "Reminders", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/Alert.png" ], "permissions": [ "activeTab", "alarms", "storage", "tabs", "notifications" ] } |