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
}