Reminder
Create simple reminders with this chrome extension. Input message and time and you are set.
Cos'è Reminder?
Reminder è un'estensione di Chrome sviluppata da Andy Young, e la sua funzione principale è "Create simple reminders with this chrome extension. Input message and time and you are set.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reminder
Scarica i file di estensione Reminder 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
Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.
Informazioni di Base sull'Estensione
Nome | Reminder |
ID | jllcblicpghgjfoldcphpiekbmoamflm |
URL Ufficiale | https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm |
Descrizione | Create simple reminders with this chrome extension. Input message and time and you are set. |
Dimensione del File | 94.52 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-03-10 |
Data di Pubblicazione | 2018-03-09 |
Sviluppatore | Andy Young |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reminder", "description": "Create simple reminders with this chrome extension. Input message and time and you are set.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "notifications" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" } } |