Easy Notes

Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…

What is Easy Notes?

Easy Notes is a Chrome extension developed by Unknown, and its main feature is "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Easy Notes Extension CRX File

Download Easy Notes 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

                        Create and edit notes from any website. 

Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again.  

Features
 - Can be accessed from any website
 - Can have multiple notes at once
 - Can be opened with the touch of a button

Download Easy Notes and become a note taking master.                    

Extension Basic Information

Name Easy Notes Easy Notes
ID lnafpiakeojhhfeelcipophjckaceccn
Official URL https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn
Description Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
File Size 86.36 KB
Installation Count 2,105
Current Version 0.1.1
Last Updated 2017-01-07
Publish Date 2017-01-06
Rating 4.40/5 Total 5 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Notes",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}