Word Counter Extension

Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.

Word Counter Extensionคืออะไร?

Word Counter Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex และคุณลักษณะหลักของมันคือ "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage."

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

screenshot

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

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

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

                        Use Word Counter to add a wordcount function in chrome. This feature enables counting words and letters on a web page. Just highlight text and click the WordCounter icon.                    

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

ชื่อ Word Counter Extension Word Counter Extension
ID lhkeofanobfbjmfbfjjmibanddfkgobc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc
คำอธิบาย Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
ขนาดไฟล์ 8.66 KB
จำนวนการติดตั้ง 12,224
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-01-05
วันที่เผยแพร่ 2018-12-31
คะแนน 2.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Alex
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Counter Extension",
    "description": "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.",
    "version": "1.0.0",
    "author": "Alexander Hauck, [email protected]",
    "short_name": "Wordcount",
    "background": {
        "scripts": [
            "wordcount.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Word Counter"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}