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

https://github.com/steven-roberts/word-counter-plus

Chrome Extension that lets you views stats on selected text
https://github.com/steven-roberts/word-counter-plus

chrome-extension javascript word-counter

Last synced: 9 months ago
JSON representation

Chrome Extension that lets you views stats on selected text

Awesome Lists containing this project

README

          

# Word Counter Plus

[![Chrome Web Store](https://img.shields.io/chrome-web-store/d/fpjegfbcdijjfkceenlfoehpcakfgldj.svg)](https://chrome.google.com/webstore/detail/fpjegfbcdijjfkceenlfoehpcakfgldj)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/stars/fpjegfbcdijjfkceenlfoehpcakfgldj.svg)](https://chrome.google.com/webstore/detail/fpjegfbcdijjfkceenlfoehpcakfgldj/reviews)
[![devDependencies Status](https://david-dm.org/Steven-Roberts/Word-Counter-Plus/dev-status.svg)](https://david-dm.org/Steven-Roberts/Word-Counter-Plus?type=dev)
[![Build Status](https://travis-ci.org/Steven-Roberts/Word-Counter-Plus.svg?branch=master)](https://travis-ci.org/Steven-Roberts/Word-Counter-Plus)
[![Maintainability](https://api.codeclimate.com/v1/badges/344cd39bb99963035c3f/maintainability)](https://codeclimate.com/github/Steven-Roberts/Word-Counter-Plus/maintainability)

Word Counter Plus is a simple and useful tool that lets you views stats on
selected text. Simply highlight some text on a webpage, right click on it, and
select the Word Counter Plus menu item. It will tell you the number of words and
characters selected as well as the average and longest word length. Unlike
similar word counting extensions, this one does not open an external webpage
just to do the counting, nor does it require any permissions.

You can install this Chrome Extension [here](https://chrome.google.com/webstore/detail/fpjegfbcdijjfkceenlfoehpcakfgldj).

## Screenshots

![Screenshot 1](branding/menu.png)

![Screenshot 2](branding/alert.png)