Q Word Count

Adds word count to the Quora answer editor.

Q Word Count क्या है?

Q Word Count http://christophersu.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds word count to the Quora answer editor."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Q Word Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}