An open API service indexing awesome lists of open source software.

https://github.com/anuragnatoo/word-count-chrome-extension

A simple chrome extension to count the number of words in the selected text.
https://github.com/anuragnatoo/word-count-chrome-extension

basic-programming chrome-extension javascript wordcounter

Last synced: about 2 months ago
JSON representation

A simple chrome extension to count the number of words in the selected text.

Awesome Lists containing this project

README

          

# Word-Count-Chrome-Extension
A simple chrome extension to count the number of words in the selected text.
Can be used to count number of words while filling some important forms which have a minimum word limit.

## How to use the extensions?
* Clone the repository
* Go to chrome extensions page! URL:`chrome://extensions/)`
* Turn the developer mode on
* Click on **Load Unpacked** option.
* You get a file dialog menu and load the "wordcountext" folder present inside this repository.
* Now the extension is loaded.
* Select a group of words on any webpage and right click and click on the **Word-count** option
* Done! You get a alert message showing the number of words in the selected text.
* If you have any suggestions or improvements, feel free to open a pull request.