Presentation MathML Polyfill Firefox

Examine source code of Presentation MathML Polyfill

Inspect and view changes in Presentation MathML Polyfill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Presentation MathML Polyfill",
  "version": "2.1resigned1",
  "description": "Add support for some advanced presentation MathML features",
  "author": "Frédéric Wang",
  "homepage_url": "https://github.com/fred-wang/webextension-presentation-mathml-polyfill",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content-scripts/elementary-math.js",
        "content-scripts/mfenced.js",
        "content-scripts/mlabeledtr.js"
      ],
      "web_accessible_resources": [
        "elementary-math.xsl"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "MathML-mml3ff@mozilla.com"
    }
  }
}

Best Presentation MathML Polyfill Alternatives

Here are some Firefox add-ons that are similar to Presentation MathML Polyfill: