Q Pad

The simple notepad.

What is Q Pad?

Q Pad is a Chrome extension developed by chick307, and its main feature is "The simple notepad.".

Extension Screenshots

screenshot

Download Q Pad Extension CRX File

Download Q Pad 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

                        The simple notepad.
You can share note via Gmail, Blogger or Twitter.

"Ctrl + Shift + /" → to show list of shortcut keys                    

Extension Basic Information

Name Q Pad Q Pad
ID gkaekoklibblfgbmjcellibkjmgddcjh
Official URL https://chromewebstore.google.com/detail/q-pad/gkaekoklibblfgbmjcellibkjmgddcjh
Description The simple notepad.
File Size 183 KB
Installation Count 873
Current Version 1.0.0
Last Updated 2014-03-05
Publish Date 2014-03-04
Rating 4.33/5 Total 42 Ratings
Developer chick307
Email [email protected]
Payment Type free
Extension Website https://github.com/chick307/Q-Pad
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q Pad",
    "version": "1.0.0",
    "description": "The simple notepad.",
    "icons": {
        "16": "images\/qpad-16.png",
        "128": "images\/qpad-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "vendor\/angular\/angular.js",
            "scripts\/events.js",
            "scripts\/wrapped-storage.js",
            "scripts\/app.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Q Pad",
        "default_icon": "images\/qpad-19.png"
    },
    "options_page": "options-page\/index.html"
}