Unicode Math With LaTeX

Unicode Math With LaTeX

Replace LaTeX to unicode math symbols

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Unicode Math With LaTeX",
  "description": "Replace LaTeX to unicode math symbols",
  "version": "1.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": []
}