LaTeX From Web Firefox

Examine source code of LaTeX From Web

Inspect and view changes in LaTeX From Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LaTeX From Web",
  "version": "1.11",
  "description": "Copy LaTeX formulas from web pages with a hover and click.",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "LaTeX From Web",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{212462d8-b123-4dc1-972e-22e02867b688}",
      "strict_min_version": "79.0"
    }
  }
}

Best LaTeX From Web Alternatives

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