Words Counter

This APP find the selected word amount.

Words Counterคืออะไร?

Words Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grassland และคุณลักษณะหลักของมันคือ "This APP find the selected word amount."

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

screenshot

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

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

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

                        なぞった文字数をカウントできます。
なぞって右クリック→文字数カウンターを選択するだけです。

文字数の入力制限やレポートで文字数を計算するときなどに便利です。                    

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

ชื่อ Words Counter Words Counter
ID glilfjhglngcfhiogplalcgepclphbhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/words-counter/glilfjhglngcfhiogplalcgepclphbhd
คำอธิบาย This APP find the selected word amount.
ขนาดไฟล์ 7.93 KB
จำนวนการติดตั้ง 8,785
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-05-24
วันที่เผยแพร่ 2016-05-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา grassland
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://shirotsumegusa.seesaa.net/article/438016649.html
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "background": {
        "scripts": [
            "count.js"
        ]
    },
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/icon128.png"
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "ja"
}