Simple Letter Counter

Add letter and word counter feature to your browser

Simple Letter Counterคืออะไร?

Simple Letter Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SimpleTools.nl และคุณลักษณะหลักของมันคือ "Add letter and word counter feature to your browser"

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

screenshot
screenshot
screenshot

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

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

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

                        This is a simple calculator which counts the number of characters or letters in a text, useful for your tweets on Twitter, as well as a multitude of other applications.

Whether it is Snapchat, Twitter, Facebook, Yelp or just a note to co-workers or business officials, the number of actual characters matters. What you say may not be as important as how you say it. And how many characters you use.

To start counting your letters, simply write or paste the text into the text area and Count characters.

Character limits: Snapchat 250 • Twitter 280 • SMS txt 160 • LinkedIn Summary 2,000 • Reddit Title 300 • Pinterest 500 • Instagram 2,200                    

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

ชื่อ Simple Letter Counter Simple Letter Counter
ID balidbmeikibjjdpgedjlghiioeoepip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-letter-counter/balidbmeikibjjdpgedjlghiioeoepip
คำอธิบาย Add letter and word counter feature to your browser
ขนาดไฟล์ 425 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-11-27
วันที่เผยแพร่ 2019-11-27
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา SimpleTools.nl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.simpletools.nl/
URL หน้านโยบายความเป็นส่วนตัว https://www.simpletools.nl/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "Simple Letter Counter",
        "default_popup": "counter.html",
        "default_icon": "icons\/icon128.png"
    },
    "description": "Add letter and word counter feature to your browser",
    "manifest_version": 2,
    "name": "Simple Letter Counter",
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "version": "1.0.0"
}