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.
- Host: GitHub
- URL: https://github.com/anuragnatoo/word-count-chrome-extension
- Owner: anuragnatoo
- License: mit
- Created: 2020-04-25T05:30:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T07:15:25.000Z (about 6 years ago)
- Last Synced: 2025-07-03T15:56:36.694Z (11 months ago)
- Topics: basic-programming, chrome-extension, javascript, wordcounter
- Language: JavaScript
- Size: 10.7 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.