Examine source code of HTML to Figma — Import Webpages to Figma

Inspect and view changes in HTML to Figma — Import Webpages to Figma source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "HTML to Figma — Import Webpages to Figma",
  "description": "Convert any Webpage into fully editable figma design. Requires the figma plugin with the same name.",
  "version": "1.0.1",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "action": {
    "default_popup": "src/popup/index.html"
  },
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-DT4KzRj3.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "assets/index-cZyaGdXu.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/useChromeMessage-DboUbIU0.js",
        "assets/index.ts-LmQBJpxF.js"
      ],
      "use_dynamic_url": true
    }
  ]
}