Q Word Count

Adds word count to the Quora answer editor.

什么是Q Word Count?

Q Word Count是由http://christophersu.net开发的Chrome扩展程序,该扩展的主要功能是“Adds word count to the Quora answer editor.”。

下载Q Word Count扩展crx文件

下载Q Word Count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A Chrome extension to add word counts to the Quora answer editor.                    

扩展基本信息

名称 Q Word Count Q Word Count
ID oldmfkjmkcmkablbafglffllaimkcaol
官方URL https://chrome.google.com/webstore/detail/q-word-count/oldmfkjmkcmkablbafglffllaimkcaol
简介 Adds word count to the Quora answer editor.
文件大小 59.09 KB
安装次数 21
当前版本 0.2
更新时间 2014-08-14
上架时间 2014-08-14
开发者 http://christophersu.net
付费类型 free
扩展官网 http://christophersu.net
帮助页面URL http://christophersu.net
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Q Word Count",
    "version": "0.2",
    "author": "Christopher Su",
    "homepage_url": "https:\/\/github.com\/csu\/quora-word-count",
    "description": "Adds word count to the Quora answer editor.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.quora.com\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "word-count.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}