ReNotes

Simple notes and remember their tasks ...

What is ReNotes?

ReNotes is a Chrome extension developed by Augusto SR Paiva, and its main feature is "Simple notes and remember their tasks ...".

Download ReNotes Extension CRX File

Download ReNotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name ReNotes ReNotes
ID nbkenopidpmpmgdgkgkkjcblkgkeaode
Official URL https://chrome.google.com/webstore/detail/renotes/nbkenopidpmpmgdgkgkkjcblkgkeaode
Description Simple notes and remember their tasks ...
File Size 6.21 MB
Installation Count 63
Current Version 0.2
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.00/5 Total 1 Ratings
Developer Augusto SR Paiva
Payment Type free
Supported Languages 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"
    }
}