ReNotes
Simple notes and remember their tasks ...
Cos'è ReNotes?
ReNotes è un'estensione di Chrome sviluppata da Augusto SR Paiva, e la sua funzione principale è "Simple notes and remember their tasks ...".
Scarica il file CRX dell'estensione ReNotes
Scarica i file di estensione ReNotes 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
Make you Notes simple and fast way. On page Reminders , just write what you want to Remember and wed day time, we display a notification for you. ENJOY!
Informazioni di Base sull'Estensione
Nome | |
ID | nbkenopidpmpmgdgkgkkjcblkgkeaode |
URL Ufficiale | https://chrome.google.com/webstore/detail/renotes/nbkenopidpmpmgdgkgkkjcblkgkeaode |
Descrizione | Simple notes and remember their tasks ... |
Dimensione del File | 6.21 MB |
Conteggio Installazioni | 63 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | Augusto SR Paiva |
Tipo di Pagamento | free |
Lingue Supportate | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ReNotes", "version": "0.2", "description": "Simple notes and remember their tasks ...", "author": "Augusto S\u00e9rgio R Paiva", "background": { "scripts": [ "scripts\/notify.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/ext.css" ], "js": [ "plugins\/jquery-ui\/jquery-ui.js", "plugins\/jquery-ui\/jquery-ui.min.js" ] } ], "permissions": [ "storage", "alarms", "notifications" ], "icons": { "64": "icons\/popup.png" } } |