A simple java script based word count extension for Google Chrome.
Extensions are software programs that customize the browsing experience. They enable users to tailor Chrome functionality and behavior to individual needs or preferences. They are built on web technologies such as HTML, JavaScript, and CSS. Curate the web by:
- Extending, exploring, and discovering the vast Chrome functionality possibilities.
- Providing accessibility to users with unique needs.
- Stretching a website's features with a companion extension.
- Styling Chrome with a new theme.
- Migrating a Chrome OS app to an extension for other platform users.
Make the web accessible, customizable, and even more awesome.
- This an extension which I though would be useful for me while preparing for my language proficiency test where in we have to keep track of number of words used.
- It is quite common in various applications that we have to fill in say x number of words and in many cases there's no word counting software not available on such applications. So I decided to make an extension where in I could paste my text and know the no.of words.
You may want to clone this repository or download as a zip .
🔰 To add this extension to your set of extensions,
- Unpack the extension into a location of your choice.
- Goto More Tools Option just below Find under the menu on your right side of the Chrome Browser and select Extensions
- Choose Load Unpacked and select the unpacked folder on your computer!
Loading Extension
✨ You've now added the WC-Chrome-Extension into your set of extensions!
I wish to make this extension work asynchrnously with the text typed into the form area rather than paste it in the Box provided.
😇Thanks! Have a great time using this extension!
🍴Fork to contribute!
⭐Star this repo if you like it!