Copy Visible HTML Firefox

Examine source code of Copy Visible HTML

제작자: Blazelight.dev
Inspect and view changes in Copy Visible HTML source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Visible HTML",
  "version": "1.0.0",
  "description": "Pick an element and copy its visible HTML, stripped and optimized for LLM ingestion",
  "author": "blazelight.dev",
  "homepage_url": "https://github.com/blazelight-dev/copy-visible-html",
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-visible-html@blazelight.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "content/picker.css"
  ]
}

최고의 Copy Visible HTML 대안

다음은 Copy Visible HTML과(와) 유사한 Firefox add-on입니다: