Unicode Analyzer

Unicode Analyzer

Easy and direct access to Unicode information about any selected text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.12",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background-compiled.js"
    ]
  },
  "offline_enabled": false,
  "options_page": "options.html",
  "icons": {
    "128": "icon128.png"
  }
}