Word Count
Count the words in a selection
Word Countคืออะไร?
Word Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aaronneyer และคุณลักษณะหลักของมันคือ "Count the words in a selection"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Count
ดาวน์โหลดไฟล์ส่วนขยาย Word Count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | onnfjhimlddhlechnalkojnnnddppblg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/word-count/onnfjhimlddhlechnalkojnnnddppblg |
คำอธิบาย | Count the words in a selection |
ขนาดไฟล์ | 10.36 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2013-09-17 |
วันที่เผยแพร่ | 2013-09-17 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | aaronneyer |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Count", "description": "Count the words in a selection", "version": "0.1", "background": { "persistent": false, "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": "icon.png" } } |