Word Counter Page

This extension counter words from current page

Word Counter Pageคืออะไร?

Word Counter Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adriano Chambel และคุณลักษณะหลักของมันคือ "This extension counter words from current page"

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

screenshot

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

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

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

                        You've browsed a page whose text would like to know the most common words?
Well, this extension has this purpose. When you want to count how many words there are in webpage, simply click the Word Counter Page icon. This is especially useful in language learning.                    

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

ชื่อ Word Counter Page Word Counter Page
ID hnifbghokmpgedhkgmabjgmehkcmjoao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/word-counter-page/hnifbghokmpgedhkgmabjgmehkcmjoao
คำอธิบาย This extension counter words from current page
ขนาดไฟล์ 98.81 KB
จำนวนการติดตั้ง 6,849
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-06-10
วันที่เผยแพร่ 2016-06-10
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Adriano Chambel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "pt_BR",
    "version": "1.1",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/word-counter-page",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}