Kwik Note

Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!

What is Kwik Note?

Kwik Note is a Chrome extension developed by Xanco, and its main feature is "Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!".

Extension Screenshots

screenshot
screenshot

Download Kwik Note Extension CRX File

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

                        Need a convenient way to make notes whilst surfing the net? Then Kwik Note is the answer to your prayers!

Kwik Note is a way of making quick notes while browsing the internet. Kwik Note will save your notes, so next time you launch Chrome, your notes will be there, ready and waiting! You can quickly bring Kwik Note up by either right clicking and choosing "Kwik Window" or by clicking on the Kwik Note icon on the menu bar. You can move the Kwik window around with ease, simply drag it with your mouse.

More updates coming soon!

A big thank-you to icons8.com, for the icon.                    

Extension Basic Information

Name Kwik Note Kwik Note
ID gcnajomnpnepkhkgedflcnidlnnfbill
Official URL https://chromewebstore.google.com/detail/kwik-note/gcnajomnpnepkhkgedflcnidlnnfbill
Description Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!
File Size 248 KB
Installation Count 339
Current Version 1.0.2.2
Last Updated 2014-06-04
Publish Date 2014-06-04
Rating 4.17/5 Total 6 Ratings
Developer Xanco
Payment Type free
Help Page URL https://docs.google.com/forms/d/16M8LVnKATPG4HEgG5ibFDb7Ikve5A5p0kei1ZVGdS3Q/viewform
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kwik Note",
    "description": "Need a easy way to make notes? Kwik Note is a text box that follows you about the web, so you can make notes as you go!",
    "version": "1.0.2.2",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.js",
                "create.js"
            ],
            "css": [
                "theme.css"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "cross.png"
    ]
}