Reminders
This extension puts simple reminders right in your browser!
Cos'è Reminders?
Reminders è un'estensione di Chrome sviluppata da Trent Mervine, e la sua funzione principale è "This extension puts simple reminders right in your browser!".
Scarica il file CRX dell'estensione Reminders
Scarica i file di estensione 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
The easiest way to set simple reminders to help you stay organized and on time. The world's simplest task manager.
Informazioni di Base sull'Estensione
Nome | Reminders |
ID | ipkjhbpbaboabfiamdjelkohonaacbnf |
URL Ufficiale | https://chromewebstore.google.com/detail/reminders/ipkjhbpbaboabfiamdjelkohonaacbnf |
Descrizione | This extension puts simple reminders right in your browser! |
Dimensione del File | 773 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-07-12 |
Data di Pubblicazione | 2016-07-12 |
Valutazione | 4.14/5 Totale 7 Valutazioni |
Sviluppatore | Trent Mervine |
[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": "Reminders", "description": "This extension puts simple reminders right in your browser!", "version": "1.0.1", "browser_action": { "default_icon": { "128": "icons\/128.png", "48": "icons\/48.png", "32": "icons\/32.png", "16": "icons\/16.png" }, "default_popup": "todos.html" }, "background": { "scripts": [ "moment.min.js", "chrome-storage-promise.js", "background.js" ], "persistent": false }, "permissions": [ "storage" ] } |