Character Count

Количество символов и слов в тексте

Character Countคืออะไร?

Character Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://charactercount.org และคุณลักษณะหลักของมันคือ "Количество символов и слов в тексте"

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

screenshot
screenshot

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

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

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

                        Add the function of counting the number of words and characters to your browser. Is a simple character and word count tool.

A tool for getting an idea of the number of words and characters on a web page. This word and character counter works both online and offline.

How do you use it? 

- Activate the extension
- Highlight the text fragment
- Click the extension button and Character counter will count how many words and characters                    

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

ชื่อ Character Count Character Count
ID pbdbclofheomdhkeinpijgfhkdjcookd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/character-count/pbdbclofheomdhkeinpijgfhkdjcookd
คำอธิบาย Количество символов и слов в тексте
ขนาดไฟล์ 17.75 KB
จำนวนการติดตั้ง 5,527
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-11-02
วันที่เผยแพร่ 2020-09-07
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://charactercount.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://charactercount.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Character Count",
    "description": "\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0438 \u0441\u043b\u043e\u0432 \u0432 \u0442\u0435\u043a\u0441\u0442\u0435",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}