Quick Reminders
Quick Reminders
Vad är Quick Reminders?
Quick Reminders är en Chrome-tillägg utvecklad av Sol H, och dess huvudfunktion är "Quick Reminders".
Tilläggsskärmbilder
Ladda ner Quick Reminders-förlängningens CRX-fil
Ladda ner Quick Reminders-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Use Quick Reminders to quickly create a reminder to pop up in your browser after a specified time. Our beautiful and easy-to-use interface allows you to easily add a task (e.g. Follow up with Bill) and select when we should remind you about it. Choose from preset time slots (5 minutes, 15 minutes, 1 hour, etc) or select a custom time/date and we will remind you to follow up on your tasks.
Grundläggande Information om Tillägg
Namn | |
ID | jpedaefjgnljfpapghlhplhjpnoamfkd |
Officiell webbadress | https://chrome.google.com/webstore/detail/quick-reminders/jpedaefjgnljfpapghlhplhjpnoamfkd |
Beskrivning | Quick Reminders |
Filstorlek | 596 KB |
Antal Installationer | 687 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-02-01 |
Publiceringsdatum | 2016-02-01 |
Betyg | 4.20/5 Totalt 10 Betyg |
Utvecklare | Sol H |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "32", "name": "Quick Reminders", "description": "Quick Reminders", "browser_action": { "default_icon": "icon.png", "default_popup": "newReminder.html", "default_title": "Quick Reminders" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "notifications" ], "web_accessible_resources": [ "icon.png" ] } |