Form Character Counter

Form Character Counter

Count the number of characters in an input field.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "main.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_Description__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "Form Character Counter",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}