Character Input

Character Input

Press Insert key, then: aXXX for an Alt Code, XXXX for Unicode, c for (c), or HTML entity reference. Designed for Ex Libris Alma.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Character Input",
  "version": "4",
  "author": "Thomas Meehan (Orangeaurochs)",
  "description": "Press Insert key, then: aXXX for an Alt Code, XXXX for Unicode, c for (c), or HTML entity reference. Designed for Ex Libris Alma.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "character_input.js"
      ]
    }
  ]
}