Word Counter

Word Counter

Word Counter allows you to count the number of selected words and characters in a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Greatseotools.net",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "description": "__MSG_description__",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "default_locale": "en",
  "manifest_version": 2,
  "minimum_chrome_version": "1.0",
  "name": "__MSG_name__",
  "offline_enabled": true,
  "permissions": [
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}