NotesPlusPlus - A Free Notepad Extension

A simple in browser notes application to keep track of what you need to do!

What is NotesPlusPlus - A Free Notepad Extension?

NotesPlusPlus - A Free Notepad Extension is a Chrome extension developed by www.grapecake.com, and its main feature is "A simple in browser notes application to keep track of what you need to do!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download NotesPlusPlus - A Free Notepad Extension Extension CRX File

Download NotesPlusPlus - A Free Notepad Extension 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

                        Paper? who needs paper when all your notes can be accessed at your finger tips with NotesPlusPlus!

- Three new themes added.
- Notes are stored within browser cache.
- version 0.1.0 out now

https://bowyer.co                    

Extension Basic Information

Name NotesPlusPlus - A Free Notepad Extension NotesPlusPlus - A Free Notepad Extension
ID mmgdpdodbmledhfldedhoechpchkdhda
Official URL https://chromewebstore.google.com/detail/notesplusplus-a-free-note/mmgdpdodbmledhfldedhoechpchkdhda
Description A simple in browser notes application to keep track of what you need to do!
File Size 230 KB
Installation Count 28
Current Version 0.1.3
Last Updated 2019-05-05
Publish Date 2019-05-05
Rating 5.00/5 Total 4 Ratings
Developer www.grapecake.com
Email [email protected]
Payment Type free
Extension Website http://bowyer.co
Privacy Policy Page URL https://grapecake.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NotesPlusPlus - A Free Notepad Extension",
    "short_name": "Notes++",
    "description": "A simple in browser notes application to keep track of what you need to do!",
    "version": "0.1.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": []
}