Words counter

This extension adds context menu for selected text to count words in it cumulatively.

Words counterคืออะไร?

Words counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aleksei Timofeev และคุณลักษณะหลักของมันคือ "This extension adds context menu for selected text to count words in it cumulatively."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Words counter

ดาวน์โหลดไฟล์ส่วนขยาย Words counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Words counter Words counter
ID kadplilmdebbckckcnpgoiffpcbgpiaf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/words-counter/kadplilmdebbckckcnpgoiffpcbgpiaf
คำอธิบาย This extension adds context menu for selected text to count words in it cumulatively.
ขนาดไฟล์ 6.5 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-06-23
วันที่เผยแพร่ 2016-06-23
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Aleksei Timofeev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "1.0",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "0",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib.js",
            "background.js"
        ]
    }
}