Notes

A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…

What is Notes?

Notes is a Chrome extension developed by Jon Spensor, and its main feature is "A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…".

Extension Screenshots

screenshot

Download Notes Extension CRX File

Download 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

                        A whiteboard to write anything at any time.
Sometimes you need to take quick notes on what is discussed during any meeting or phone call. This extension will save you from the "Where to quickly write?"

It's just a whiteboard for you where you can add your daily notes and view them on your home and work computer.                    

Extension Basic Information

Name Notes Notes
ID onlmjbjapkhhmcjocboedglenjieecno
Official URL https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno
Description A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
File Size 390 KB
Installation Count 67
Current Version 1.1
Last Updated 2021-08-25
Publish Date 2021-08-18
Rating 5.00/5 Total 2 Ratings
Developer Jon Spensor
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notes",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}