LaTeXify Firefox

Examine source code of LaTeXify

Inspect and view changes in LaTeXify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LaTeXify",
  "version": "1.0.0",
  "description": "Copy MathML and LaTeX from math elements in ChatGPT. Easily convert math equations and formulas to Word and LaTeX formats directly from the web.",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "icons": {
    "256": "pi-pi-svgrepo-com.png"
  },
  "browser_action": {
    "default_icon": "pi-pi-svgrepo-com.png"
  },
  "web_accessible_resources": [
    "*.svg"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{94362ec3-ac6d-43f3-9296-f674e07f95d5}"
    }
  }
}

Best LaTeXify Alternatives

Here are some Firefox add-ons that are similar to LaTeXify: