QuickNote

Simple Note app

What is QuickNote?

QuickNote is a Chrome extension developed by Gavin Thomas, and its main feature is "Simple Note app".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download QuickNote Extension CRX File

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

                        QuickNote is your source for fast, neat, and organized notes. The Extension syncs with all your devices logged in with chrome. 

**Requesting Permissions**
The Extension stores your notes with Google Chromes Storage Sync API. Your data is never transmitted or received anywhere except locally on your computer.                    

Extension Basic Information

Name QuickNote QuickNote
ID dcpdoelecfeoaagkleajgaeedkdaibad
Official URL https://chromewebstore.google.com/detail/quicknote/dcpdoelecfeoaagkleajgaeedkdaibad
Description Simple Note app
File Size 203 KB
Installation Count 137
Current Version 1.3.4
Last Updated 2018-01-16
Publish Date 2018-01-16
Rating 5.00/5 Total 1 Ratings
Developer Gavin Thomas
Email [email protected]
Payment Type free
Extension Website https://gthomas.me
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickNote",
    "description": "Simple Note app",
    "version": "1.3.4",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": "QuickNote",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}