ReNotes
Simple notes and remember their tasks ...
Wat is ReNotes?
ReNotes is een Chrome-extensie ontwikkeld door Augusto SR Paiva, en de belangrijkste functie is "Simple notes and remember their tasks ...".
Download het CRX-bestand van de extensie ReNotes
Download ReNotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | nbkenopidpmpmgdgkgkkjcblkgkeaode |
Officiële URL | https://chrome.google.com/webstore/detail/renotes/nbkenopidpmpmgdgkgkkjcblkgkeaode |
Beschrijving | Simple notes and remember their tasks ... |
Bestandsgrootte | 6.21 MB |
Aantal Installaties | 63 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Augusto SR Paiva |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |