Word Counter

Word Counter

Smart word counter that also provides character and sentence count, keyword density and reading grade level.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Word Counter",
  "description": "Smart word counter that also provides character and sentence count, keyword density and reading grade level.",
  "version": "2",
  "author": "Ross Burmeister",
  "browser_action": {
    "default_icon": "images/icon-2.png",
    "default_popup": "index.html"
  }
}