LatexMathifyGitHub Firefox

Examine source code of LatexMathifyGitHub

Inspect and view changes in LatexMathifyGitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Render LaTeX math parts in your markdown files when viewing them on GitHub",
  "manifest_version": 2,
  "name": "LatexMathifyGitHub",
  "version": "1.1",
  "homepage_url": "https://github.com/AnonymerNiklasistanonym/LatexMathifyGitHub",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_security_policy": "default-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "css": [
        "katex/katex.min.css"
      ],
      "js": [
        "katex/katex.min.js",
        "katex/auto-render.min.js",
        "enableMarkdownLatexMath.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "katex/fonts/*.woff2"
  ]
}

Mejores alternativas LatexMathifyGitHub

Aquí hay algunas Firefox add-ons que son similares a LatexMathifyGitHub: