Q Word Count

Adds word count to the Quora answer editor.

What is Q Word Count?

Q Word Count is a Chrome extension developed by http://christophersu.net, and its main feature is "Adds word count to the Quora answer editor.".

Download Q Word Count Extension CRX File

Download Q Word Count 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

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

Extension Basic Information

Name Q Word Count Q Word Count
ID oldmfkjmkcmkablbafglffllaimkcaol
Official URL https://chrome.google.com/webstore/detail/q-word-count/oldmfkjmkcmkablbafglffllaimkcaol
Description Adds word count to the Quora answer editor.
File Size 59.09 KB
Installation Count 21
Current Version 0.2
Last Updated 2014-08-14
Publish Date 2014-08-14
Developer http://christophersu.net
Payment Type free
Extension Website http://christophersu.net
Help Page URL http://christophersu.net
Supported Languages 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
}