WordCount
Count words and characters in your writing with ease!!
WordCountคืออะไร?
WordCount เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Aske และคุณลักษณะหลักของมันคือ "Count words and characters in your writing with ease!!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordCount
ดาวน์โหลดไฟล์ส่วนขยาย WordCount ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides you with both word and character counts. All you have to do is pull up the extension anywhere on chrome, copy and paste your text and press Count!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WordCount |
ID | kjdeaahpjfnibdgcnikjifeibjiehkpc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wordcount/kjdeaahpjfnibdgcnikjifeibjiehkpc |
คำอธิบาย | Count words and characters in your writing with ease!! |
ขนาดไฟล์ | 24.25 KB |
จำนวนการติดตั้ง | 335 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-12-30 |
วันที่เผยแพร่ | 2020-12-29 |
ผู้พัฒนา | Andrew Aske |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordCount", "author": "Andrew Aske", "description": "Count words and characters in your writing with ease!!", "version": "1.0", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "WordCount" } } |