LLM Web LaTeX Extractor Firefox

Examine source code of LLM Web LaTeX Extractor

Inspect and view changes in LLM Web LaTeX Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LLM & Wikipedia LaTeX Extractor",
  "version": "1.1",
  "description": "Extracts LaTeX code from LLM responses (ChatGPT, Grok and Le Chat) or Wikipedia pages and copies it to clipboard.",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.grok.com/*",
        "*://*.chatgpt.com/*",
        "*://*.chat.mistral.ai/*",
        "*://*.wikipedia.org/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icon48.png"
    },
    "default_title": "Extract LaTeX"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{21ce57e0-9e25-4459-bad0-75b8ed925251}"
    }
  }
}

Best LLM Web LaTeX Extractor Alternatives

Here are some Firefox add-ons that are similar to LLM Web LaTeX Extractor: