Word Count Tool

Word Count Tool

Word Count Tool counts the number of words and characters in the selected text right on the web of your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Word Count Tool",
  "description": "Word Count Tool counts the number of words and characters in the selected text right on the web of your browser",
  "version": "1.1",
  "app": {
    "launch": {
      "web_url": "http://wordcounttools.com"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "manifest_version": 2
}