Quick Reminders
Quick Reminders
Cos'è Quick Reminders?
Quick Reminders è un'estensione di Chrome sviluppata da Sol H, e la sua funzione principale è "Quick Reminders".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Reminders
Scarica i file di estensione Quick Reminders in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jpedaefjgnljfpapghlhplhjpnoamfkd |
URL Ufficiale | https://chrome.google.com/webstore/detail/quick-reminders/jpedaefjgnljfpapghlhplhjpnoamfkd |
Descrizione | Quick Reminders |
Dimensione del File | 596 KB |
Conteggio Installazioni | 687 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-02-01 |
Data di Pubblicazione | 2016-02-01 |
Valutazione | 4.20/5 Totale 10 Valutazioni |
Sviluppatore | Sol H |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |