Word Counter Plus

Word Counter Plus

Find out how many words and characters are on the page. Just select the text, right click and click the word counter icon!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "lib/jquery3.6.0.js",
      "js/count.js"
    ]
  },
  "name": "__MSG_name__",
  "short_name": "Count words and characters on a page",
  "version": "1.1",
  "default_locale": "en",
  "manifest_version": 2,
  "description": "Find out how many words and characters are on the page. Just select the text, right click and click the word counter icon!",
  "browser_action": {
    "default_icon": "assets/pic1.png",
    "default_title": "assets/Word Counter",
    "default_popup": "messageWarning.html"
  },
  "icons": {
    "128": "assets/pic1.png"
  },
  "permissions": [
    "contextMenus",
    "http://*/*",
    "https://*/*",
    "https://docs.google.com/"
  ]
}