Word Count
Get a word count on some things right quick
Word Countคืออะไร?
Word Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Sirrine และคุณลักษณะหลักของมันคือ "Get a word count on some things right quick"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Count
ดาวน์โหลดไฟล์ส่วนขยาย Word Count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Small popup in the upper right corner that will let you define a range for a word count on short essays. The icon is a horse because horses count. The horse has a sombrero because it'll count your essay, ese!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Word Count |
ID | iccgdddlhjafpekcpinhkigagcehhlpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb |
คำอธิบาย | Get a word count on some things right quick |
ขนาดไฟล์ | 66.33 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2017-09-24 |
วันที่เผยแพร่ | 2017-09-24 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Jonathan Sirrine |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.3.0", "manifest_version": 2, "description": "Get a word count on some things right quick", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Word Count", "default_popup": "extension.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'" } |