Word Letter Counter
Word Counter, Letter Counter, Character Counter Toolbar
Word Letter Counterคืออะไร?
Word Letter Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.wordlettercount.com และคุณลักษณะหลักของมันคือ "Word Counter, Letter Counter, Character Counter Toolbar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Letter Counter
ดาวน์โหลดไฟล์ส่วนขยาย Word Letter Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Character Counter, Letter Counter, Word Counter, Free Counter tool
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Word Letter Counter |
ID | imiokdnplegekcbjhbojpfdlmkpachnd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/word-letter-counter/imiokdnplegekcbjhbojpfdlmkpachnd |
คำอธิบาย | Word Counter, Letter Counter, Character Counter Toolbar |
ขนาดไฟล์ | 18.77 KB |
จำนวนการติดตั้ง | 118 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2017-03-23 |
วันที่เผยแพร่ | 2017-03-23 |
คะแนน | 4.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://www.wordlettercount.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Letter Counter", "description": "Word Counter, Letter Counter, Character Counter Toolbar", "version": "1.0.2", "manifest_version": 2, "browser_action": { "default_icon": { "16": "icon.png", "32": "icon.png", "64": "icon.png" }, "homepage_url": "http:\/\/www.wordlettercount.com\/", "default_title": "Word Letter Counter", "default_popup": "pencere.html" }, "background": { "scripts": [ "eklenti.js" ], "persistent": true }, "permissions": [ "tabs", "https:\/\/www.wordlettercount.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "eklenti.js" ] } ] } |