HTML to React Firefox

Examine source code of HTML to React

By: Karolis
Inspect and view changes in HTML to React source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HTML to React",
  "description": "The fastest and smartest way to analyze HTML elements and generate full React component representations.",
  "homepage_url": "https://htmltoreact.app/",
  "icons": {
    "16": "./icons/active-16.png",
    "32": "./icons/active-32.png",
    "48": "./icons/active-48.png",
    "128": "./icons/active-128.png"
  },
  "action": {
    "default_title": "Start",
    "default_icon": {
      "16": "./icons/inactive-16.png",
      "32": "./icons/inactive-32.png",
      "48": "./icons/inactive-48.png",
      "128": "./icons/inactive-128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "activeTab",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5a097765-8b35-43a0-a0ee-a390eecc459e}"
    }
  },
  "version": "0.0.3",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best HTML to React Alternatives

Here are some Firefox add-ons that are similar to HTML to React: