HTML/CSS Extractor Firefox

Examine source code of HTML/CSS Extractor

By: max
Inspect and view changes in HTML/CSS Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HTML/CSS Extractor",
  "version": "1.2.0",
  "description": "Extract HTML & CSS from any element with live preview, smart selector simplification, and syntax-highlighted editor",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "devtools_page": "src/devtools.html",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/devtools-panel.html",
        "docs.html"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "html-css-extractor@maxivaneychyk.dev",
      "strict_min_version": "109.0"
    }
  }
}

Best HTML/CSS Extractor Alternatives

Here are some Firefox add-ons that are similar to HTML/CSS Extractor: