Word count

Counts words and characters in selected text

Word countคืออะไร?

Word count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trishul.goel และคุณลักษณะหลักของมันคือ "Counts words and characters in selected text"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

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

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

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

                        Select any text, right click and select word count from menu.
Know number of words and characters in your selected text.
Features - 
1. Takes care of multi spaces
2. Takes care of special characters
3. Easy to use                    

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

ชื่อ Word count Word count
ID fccagoceegcmobaejjledllidklajbmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc
คำอธิบาย Counts words and characters in selected text
ขนาดไฟล์ 10.85 KB
จำนวนการติดตั้ง 176
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-01-05
วันที่เผยแพร่ 2019-01-05
ผู้พัฒนา trishul.goel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word count",
    "description": "Counts words and characters in selected text",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/icon_32.png",
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}