Super Quick Note

This extension helps you take super quick notes.

What is Super Quick Note?

Super Quick Note is a Chrome extension developed by ndao, and its main feature is "This extension helps you take super quick notes.".

Extension Screenshots

screenshot

Download Super Quick Note Extension CRX File

Download Super Quick 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

                        Take a super quick note right in chrome when you need it!
Sync across devices (If you have chrome sync enabled)
Type plain text or format your text if you want to by highlighting the text and choose your format option (Thanks to medium-editor!)                    

Extension Basic Information

Name Super Quick Note Super Quick Note
ID koompliecfdggdekbckngldibgmgehkn
Official URL https://chromewebstore.google.com/detail/super-quick-note/koompliecfdggdekbckngldibgmgehkn
Description This extension helps you take super quick notes.
File Size 67.43 KB
Installation Count 1,061
Current Version 0.0.0.1
Last Updated 2016-11-28
Publish Date 2016-11-28
Rating 4.33/5 Total 12 Ratings
Developer ndao
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Quick Note",
    "description": "This extension helps you take super quick notes.",
    "version": "0.0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Add notes!"
    },
    "permissions": [
        "storage"
    ]
}