Word Counter Plus

Word Counter Plus

Provides a right click context menu to get stats on the selected text

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 Plus",
  "version": "1.2",
  "description": "Provides a right click context menu to get stats on the selected text",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "author": "Steven Roberts",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "minimum_chrome_version": "41.0",
  "offline_enabled": true,
  "permissions": [
    "contextMenus"
  ]
}