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
官方網址 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
}