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
电子邮箱 [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"
}