Count selected characters and words

A simple tool to count selected characters and words.

Count selected characters and wordsคืออะไร?

Count selected characters and words เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://riangraphics.com และคุณลักษณะหลักของมันคือ "A simple tool to count selected characters and words."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Count selected characters and words

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

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

                        Count selected characters and words on the fly, just select the text and get the result, to enable it just save the settings                    

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

ชื่อ Count selected characters and words Count selected characters and words
ID pdbaijkfobjcdkppnnmjddjgfhjdpoge
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/count-selected-characters/pdbaijkfobjcdkppnnmjddjgfhjdpoge
คำอธิบาย A simple tool to count selected characters and words.
ขนาดไฟล์ 7.42 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2018-10-09
วันที่เผยแพร่ 2018-10-09
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://riangraphics.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://riangraphics.com/highlithed-word-counter/
URL หน้าช่วยเหลือ https://riangraphics.com/highlithed-word-counter/#faq
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count selected characters and words",
    "description": "A simple tool to count selected characters and words.",
    "version": "1.0.4",
    "author": "RianGraphics",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_popup": "index.html",
        "default_title": "Count selected characters and words"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "rc-styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}