Examine source code of HTML to Figma - by DemoWay (Pixel-Perfect Web to Figma Design)

Inspect and view changes in HTML to Figma - by DemoWay (Pixel-Perfect Web to Figma Design) 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 - by DemoWay (Pixel-Perfect Web to Figma Design)",
  "description": "Transform any web into Figma. It Just Pixel-Perfect, Free quota weekly. Even import multiple sequential webpages and actions at once",
  "version": "1.8.1",
  "icons": {
    "16": "logo@16.png",
    "48": "logo@48.png",
    "128": "logo@2x.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "identity",
    "declarativeNetRequest",
    "offscreen",
    "fontSettings"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "src/popup/index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-iXCcqVlq.js"
      ],
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "src/pages/intermediary/index.html",
        "src/assets/*",
        "**/*.css",
        "assets/import-into-figma-DSTpBHWR.webm",
        "assets/search-X9pHSPVn.webm",
        "assets/pin_capture-the-page-DE2Xb3DU.webm",
        "assets/product-tour-one-click-one-page-BKumZSRE.webm",
        "assets/isolated-world--9o9Fmot.js",
        "assets/event-D_o9dL5U.js",
        "assets/index-BuE3a621.js",
        "assets/content-script-CvaR9EBp.js",
        "assets/browser-polyfill-Di8Do9ca.js",
        "assets/switchMap-BR8iuFKi.js",
        "assets/chunk-ODNERRIQ-CqthrCoH.js",
        "assets/chunk-VCGWCGR7-DYJP7qbV.js",
        "assets/index-BmsSFxFD.js",
        "assets/index.esm-CgRmjNZK-D8a9lkqA.js",
        "assets/sha1-C6SaAxfD-DS7dYqVn.js",
        "assets/main-world.ts-CqKVS5FV.js",
        "assets/interval-BHEKsGmv.js",
        "assets/_plugin-vue_export-helper-CaHzRw2F.js",
        "assets/context-BmpsIWno.js",
        "assets/index.ts-G-t6NbOD.js"
      ],
      "use_dynamic_url": false
    }
  ]
}