Word Count
Adds a word count feature to your context menu (i.e. right-click menu).
Word Countคืออะไร?
Word Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Organisciak และคุณลักษณะหลักของมันคือ "Adds a word count feature to your context menu (i.e. right-click menu)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Count
ดาวน์โหลดไฟล์ส่วนขยาย Word Count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Word Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it! Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pnngehidikgomgfjbpffonkeimgbpjlh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh |
คำอธิบาย | Adds a word count feature to your context menu (i.e. right-click menu). |
ขนาดไฟล์ | 39.6 KB |
จำนวนการติดตั้ง | 30,648 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-02-03 |
วันที่เผยแพร่ | 2013-02-03 |
คะแนน | 3.27/5 รวมทั้งหมด 83 คะแนน |
ผู้พัฒนา | Peter Organisciak |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.2", "manifest_version": 2, "description": "Adds a word count feature to your context menu (i.e. right-click menu).", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "count.js" ] }, "offline_enabled": true, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |