Word Counter Pro

Provides a right click context menu to get stats on the selected text

Word Counter Proคืออะไร?

Word Counter Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smalltoolstation.com และคุณลักษณะหลักของมันคือ "Provides a right click context menu to get stats on the selected text"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Counter Pro

ดาวน์โหลดไฟล์ส่วนขยาย Word Counter Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Small tool station word counter pro chrome extension provides a right click context menu to get stats on the selected text.
Word Counter Pro is a simple and useful tool that lets you views stats on selected text.  

How to use it: 
highlight some text on a any webpage then Right click on it, and menu context appear choose word counter pro item. and It will show you the number of your selected words,characters as well as the average & longest word length.  
Unlike other word counting chrome extensions, Word counter pro does not open an external webpage just for the counting, nor does it require any permissions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Word Counter Pro Word Counter Pro
ID pjckaihabdegbiljbdmbfiggeifgoeph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/word-counter-pro/pjckaihabdegbiljbdmbfiggeifgoeph
คำอธิบาย Provides a right click context menu to get stats on the selected text
ขนาดไฟล์ 9.5 KB
จำนวนการติดตั้ง 257
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-11-06
วันที่เผยแพร่ 2019-11-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://smalltoolstation.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://smalltoolstation.com/contact-us
URL หน้านโยบายความเป็นส่วนตัว https://smalltoolstation.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/background.js"
        ]
    },
    "description": "Provides a right click context menu to get stats on the selected text",
    "icons": {
        "128": "assets\/icon-128.png",
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Word Counter Pro",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "version": "1.0"
}