Count me up lite - Word and character counter

Word and character counter

Count me up lite - Word and character counterคืออะไร?

Count me up lite - Word and character counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Iulian Preda และคุณลักษณะหลักของมันคือ "Word and character counter"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Count me up lite - Word and character counter

ดาวน์โหลดไฟล์ส่วนขยาย Count me up lite - Word and character counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Count me up is a cross-browser compatible extension, which aims to provide an intuitive and clean interface for word and character counting.
This is the lite version which provides only the quick view functionality. If you want the full version you can find it here: 
https://chrome.google.com/webstore/detail/count-me-up-word-and-char/gniejkbdlpcgfmgmfbnldfjmijmklacl

Features:
- Quick view on right click
- Auto update on text selection
- Supports 52 languages(all available languages)

Instructions
For quick view:
- Select text -> right click  

If you like the extension and would like to use it in other browsers as well you can find it in their respective web-stores:
Firefox:
https://addons.mozilla.org/en-US/firefox/addon/count-me-up-word-counter/
https://addons.mozilla.org/en-US/firefox/addon/count-me-up-lite-word-counter/
Opera:
https://addons.opera.com/en/extensions/details/count-me-up-word-and-character-counter/
https://addons.opera.com/en/extensions/details/count-me-up-lite-word-and-character-counter/
Any other chromium based browser(Chrome, Edge, Vivaldi, Brave, etc) can install it from the chrome web-store.

Important!
Most of the translations are automated. 
For any wrong translation, any bugs found  or feature request please send me an email or open a ticket on Github.
You can find them in the "More information" section.                    

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

ชื่อ Count me up lite - Word and character counter Count me up lite - Word and character counter
ID pdefblacohipeefbmebhalgjickekjnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/count-me-up-lite-word-and/pdefblacohipeefbmebhalgjickekjnp
คำอธิบาย Word and character counter
ขนาดไฟล์ 25.49 KB
จำนวนการติดตั้ง 1,110
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-03-11
วันที่เผยแพร่ 2020-04-23
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Iulian Preda
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/IulianOctavianPreda/CountMeUp-WordCounter-Extension
ภาษาที่รองรับ id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": ".\/assets\/images\/128x128-icon.png"
    },
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                ".\/content_script\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ]
}