Remind me!
Schedule recurring reminders.
Cos'è Remind me!?
Remind me! è un'estensione di Chrome sviluppata da dragoonj, e la sua funzione principale è "Schedule recurring reminders.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remind me!
Scarica i file di estensione Remind me! 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
This extension lets you schedule a reminder to recur regularly, on certain days of the week, during certain hours, with an alert or notification, and a destination URL. I built it mainly to help me remember to log my hours at work.
Informazioni di Base sull'Estensione
Nome | Remind me! |
ID | bnhmafacknfmbcjolljkemehpaobjkml |
URL Ufficiale | https://chromewebstore.google.com/detail/remind-me/bnhmafacknfmbcjolljkemehpaobjkml |
Descrizione | Schedule recurring reminders. |
Dimensione del File | 138 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2021-04-20 |
Data di Pubblicazione | 2018-10-29 |
Sviluppatore | dragoonj |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remind me!", "description": "Schedule recurring reminders.", "version": "0.1.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Configure Reminders", "default_popup": "ui.html" }, "icons": { "16": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-16.png", "32": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-32.png", "48": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-48.png", "128": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-128.png" }, "permissions": [ "alarms", "storage", "notifications" ], "manifest_version": 2 } |