WordCount

WordCount

Count words and characters in your writing with ease!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WordCount",
  "author": "Andrew Aske",
  "description": "Count words and characters in your writing with ease!!",
  "version": "1.0",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "WordCount"
  }
}