Q Word Count

Adds word count to the Quora answer editor.

Q Word Count là gì?

Q Word Count là một tiện ích mở rộng Chrome được phát triển bởi http://christophersu.net, và tính năng chính của nó là "Adds word count to the Quora answer editor.".

Tải xuống tệp CRX của tiện ích mở rộng Q Word Count

Tải xuống các tệp mở rộng Q Word Count dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Q Word Count Q Word Count
ID oldmfkjmkcmkablbafglffllaimkcaol
URL Chính Thức https://chrome.google.com/webstore/detail/q-word-count/oldmfkjmkcmkablbafglffllaimkcaol
Mô tả Adds word count to the Quora answer editor.
Kích Thước Tệp 59.09 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-08-14
Ngày Phát Hành 2014-08-14
Nhà Phát Triển http://christophersu.net
Loại Thanh Toán free
Trang Web Mở Rộng http://christophersu.net
URL Trang Trợ Giúp http://christophersu.net
Ngôn Ngữ Được Hỗ Trợ 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
}