Count the length of the character
Count the length of the characters typed.
Count the length of the characterคืออะไร?
Count the length of the character เป็นส่วนขยายของ Chrome ที่พัฒนาโดย T.F และคุณลักษณะหลักของมันคือ "Count the length of the characters typed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Count the length of the character
ดาวน์โหลดไฟล์ส่วนขยาย Count the length of the character ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension can count typed string length.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Count the length of the character |
ID | npkaienhmoflhlomhgffcnlfeeiilmcf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf |
คำอธิบาย | Count the length of the characters typed. |
ขนาดไฟล์ | 7.36 KB |
จำนวนการติดตั้ง | 913 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2013-11-01 |
วันที่เผยแพร่ | 2013-10-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | T.F |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extName__", "version": "0.1", "description": "__MSG_extDescription__", "icons": { "128": "icon_128.png" }, "browser_action": { "default_popup": "html\/popup.html", "default_icon": "icon_128.png" }, "background": { "scripts": [ "js\/popup.js" ], "persistent": false } } |