Tally Word Counter
Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.
Tally Word Counterคืออะไร?
Tally Word Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tallywordcounter.online และคุณลักษณะหลักของมันคือ "Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tally Word Counter
ดาวน์โหลดไฟล์ส่วนขยาย Tally Word Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Your favorite character counter! Tally is a Chrome extension to easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count to see the number of characters, words, sentences, paragraphs, spaces, letters, digits, and special characters in your text. Visit tallywordcounter.online for the full site.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tally Word Counter |
ID | eggkmbghbmjmbdjloifaklghfiecjbnk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tally-word-counter/eggkmbghbmjmbdjloifaklghfiecjbnk |
คำอธิบาย | Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count. |
ขนาดไฟล์ | 13.05 KB |
จำนวนการติดตั้ง | 331 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-06-06 |
วันที่เผยแพร่ | 2019-05-31 |
คะแนน | 2.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://tallywordcounter.online |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tally Word Counter", "short_name": "Tally", "description": "Easily count the number of words, characters, and paragraphs on any site. Right click on any selected text and click Count.", "version": "1.1", "icons": { "128": "128.png", "48": "48.png", "32": "32.png", "16": "16.png" }, "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "manifest_version": 2 } |