Word Counter
See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!
Word Counterคืออะไร?
Word Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erik Ossner และคุณลักษณะหลักของมันคือ "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Counter
ดาวน์โหลดไฟล์ส่วนขยาย Word Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you need to get a word and character count on a web page? Word Counter is your answer! Word Counter is very small and intends to give you a convenient word count without you having to out of your way while browsing. Simply select the text that you would like to get a count on, right click on the text, and select the Word Counter icon; you will be greeted with a small alert, telling you word count, character count, and character count, excluding spaces. Enjoy the extension!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | adgmgllmfhgppfnkmgikgbaniemjdikk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/word-counter/adgmgllmfhgppfnkmgikgbaniemjdikk |
คำอธิบาย | See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon! |
ขนาดไฟล์ | 34.82 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 0.11 |
อัปเดตครั้งล่าสุด | 2017-10-21 |
วันที่เผยแพร่ | 2017-10-21 |
คะแนน | 4.35/5 รวมทั้งหมด 43 คะแนน |
ผู้พัฒนา | Erik Ossner |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "content.js" ] }, "name": "Word Counter", "short_name": "Count words and characters on a page", "version": "0.11", "manifest_version": 2, "description": "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!", "browser_action": { "default_icon": "wc.png", "default_title": "Word Counter", "default_popup": "warning.html" }, "icons": { "16": "wc.png", "48": "wordCount.png", "96": "wordCount.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/docs.google.com\/" ] } |