word count

word count

Counts words and characters in selected text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "word count",
  "description": "Counts words and characters in selected text",
  "version": "2.0",
  "icons": {
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "64": "icons/icon_64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}