Character counter
Character, Letter & Word Counter Tool
Character counterคืออะไร?
Character counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jioscon และคุณลักษณะหลักของมันคือ "Character, Letter & Word Counter Tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Character counter
ดาวน์โหลดไฟล์ส่วนขยาย Character counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Character counter - Number of characters (with and without spaces) - Byte count (with and without spaces) - the number of words - Time to read (based on average 300 words per minute for adults)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Character counter |
ID | mfcgibdfbhblfomhnkpjafafkfhlklje |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/character-counter/mfcgibdfbhblfomhnkpjafafkfhlklje |
คำอธิบาย | Character, Letter & Word Counter Tool |
ขนาดไฟล์ | 12.77 KB |
จำนวนการติดตั้ง | 200 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-12-25 |
วันที่เผยแพร่ | 2022-02-17 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jioscon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://jioscon.com/ |
ภาษาที่รองรับ | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.3", "manifest_version": 3, "permissions": [ "storage" ], "default_locale": "ko", "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "16": "\/images\/letter16x16.png", "32": "\/images\/letter32x32.png", "48": "\/images\/letter48x48.png", "128": "\/images\/letter16x16.png" } }, "icons": { "16": "\/images\/letter16x16.png", "32": "\/images\/letter32x32.png", "48": "\/images\/letter48x48.png", "128": "\/images\/letter16x16.png" } } |