Q Word Count

Adds word count to the Quora answer editor.

Q Word Countคืออะไร?

Q Word Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://christophersu.net และคุณลักษณะหลักของมันคือ "Adds word count to the Quora answer editor."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Q Word Count

ดาวน์โหลดไฟล์ส่วนขยาย 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
}