Word Counter Pro

Word Counter Pro

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",
  "background": {
    "persistent": false,
    "scripts": [
      "assets/background.js"
    ]
  },
  "description": "Provides a right click context menu to get stats on the selected text",
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Word Counter Pro",
  "offline_enabled": true,
  "permissions": [
    "contextMenus"
  ],
  "version": "1.0"
}