Lucid Math Firefox

Examine source code of Lucid Math

Inspect and view changes in Lucid Math source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Lucid Math",
  "version": "1.0.0",
  "description": "Converts MathML content to plaintext for accessibility.",
  "author": "Tanish Shrivastava",
  "homepage_url": "https://github.com/Tanish-Eagle/lucid-math",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "converter.js",
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon_48.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lucid-math@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Lucid Math Alternatives

Here are some Firefox add-ons that are similar to Lucid Math: