Note Extension

Allows user to type notes and create a local copy.

What is Note Extension?

Note Extension is a Chrome extension developed by Nick Neuman, and its main feature is "Allows user to type notes and create a local copy.".

Extension Screenshots

screenshot

Download Note Extension Extension CRX File

Download Note 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

                        Allows you to save notes quickly without having to open an editor.

You can specify a file name, or leave it empty and use the default file name, "New Note".                    

Extension Basic Information

Name Note Extension Note Extension
ID omfeemnkdhbneldmbcoifnfeoabodmbm
Official URL https://chromewebstore.google.com/detail/note-extension/omfeemnkdhbneldmbcoifnfeoabodmbm
Description Allows user to type notes and create a local copy.
File Size 12.99 KB
Installation Count 117
Current Version 1.2
Last Updated 2018-12-03
Publish Date 2018-12-03
Rating 4.67/5 Total 3 Ratings
Developer Nick Neuman
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note Extension",
    "manifest_version": 2,
    "description": "Allows user to type notes and create a local copy.",
    "version": "1.2",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}