Shows a count of words and characters when you type in a text box on a website
Shows a count of words and characters when you type in a text box on a website
User reviews
10 · from the Chrome Web Store- A
Abeera Abbasi
Jul 1, 2025sometimes it did not work, you have to refresh the webpage again and again. Its hectic and you developer guys should really pay attention to this problem. overall it is fine
- Đ
Đạt TT
Mar 5, 2025It does work as described! Just reload the browser, select the text, and it automatically shows the number of words and characters on the corner of the screen. Really great!
- N
NatRoss
Mar 4, 2025Amazing, just what I needed. No wasting time on right-clicking and then clicking again on an obscure option in the menu just to see the word count. Well done!
- M
mohtava daan
Dec 23, 2024can't count words in languages other than English!
- M
Michael Bode
Dec 2, 2021It's nice but there is definitely room for improvement. It's rather unobtrusive, which is a plus, and it basically gets the job done. Alas it doesn't work in some cases, because ist doesn't check whether the div it creates for it's output actually exists in the page. The div gets attached to the document body on setup and is afterwards just presumed to be present, which on single page apps is absolutely not guaranteed. Why not check in your code if your div is actually there, and create it on...