Chrome Note

A handy way to keep notes while you browse the web

What is Chrome Note?

Chrome Note is a Chrome extension developed by gazza7205, and its main feature is "A handy way to keep notes while you browse the web".

Extension Screenshots

screenshot

Download Chrome Note Extension CRX File

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

                        This is a basic note taking application.

I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention.

There are some improvements I'd like to make and will be doing so over time.

I'll be putting this on GitHub soon too so you can fork/laugh at it :)                    

Extension Basic Information

Name Chrome Note Chrome Note
ID aockhgcalnpkacmmbabpenflbdikonmg
Official URL https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg
Description A handy way to keep notes while you browse the web
File Size 86.14 KB
Installation Count 1,069
Current Version 1.1
Last Updated 2015-07-26
Publish Date 2015-07-26
Rating 5.00/5 Total 1 Ratings
Developer gazza7205
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Note",
    "description": "A handy way to keep notes while you browse the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "permissions": [
        "activeTab"
    ]
}