Word Counter Plus
Provides a right click context menu to get stats on the selected text
Word Counter Plusคืออะไร?
Word Counter Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://steven-roberts.github.io และคุณลักษณะหลักของมันคือ "Provides a right click context menu to get stats on the selected text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Counter Plus
ดาวน์โหลดไฟล์ส่วนขยาย Word Counter Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Word Counter Plus is a simple and useful tool that lets you views stats on selected text. Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item. It will tell you the number of words and characters selected as well as the average and longest word length. Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
คำอธิบาย | Provides a right click context menu to get stats on the selected text |
ขนาดไฟล์ | 5.23 KB |
จำนวนการติดตั้ง | 179,028 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-07-21 |
วันที่เผยแพร่ | 2018-07-21 |
คะแนน | 4.25/5 รวมทั้งหมด 99 คะแนน |
ผู้พัฒนา | https://steven-roberts.github.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Steven-Roberts/Word-Counter-Plus |
URL หน้าช่วยเหลือ | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Plus", "version": "1.2", "description": "Provides a right click context menu to get stats on the selected text", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "author": "Steven Roberts", "background": { "persistent": false, "scripts": [ "background.js" ] }, "minimum_chrome_version": "41.0", "offline_enabled": true, "permissions": [ "contextMenus" ] } |