Q Pad

The simple notepad.

Q Padとは何ですか?

Q Padはchick307によって開発されたChromeの拡張機能で、その主な機能は「The simple notepad.」です。

拡張機能のスクリーンショット

screenshot

Q Pad拡張機能のCRXファイルをダウンロード

Q Pad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

拡張機能の基本情報

名前 Q Pad Q Pad
ID gkaekoklibblfgbmjcellibkjmgddcjh
公式URL https://chromewebstore.google.com/detail/q-pad/gkaekoklibblfgbmjcellibkjmgddcjh
説明 The simple notepad.
ファイルサイズ 183 KB
インストール数 873
現在のバージョン 1.0.0
最終更新日 2014-03-05
公開日 2014-03-04
評価 4.33/5 合計 42 レビュー
開発者 chick307
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/chick307/Q-Pad
対応言語 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"
}