htmx-debugger Firefox

Examine source code of htmx-debugger

제작자: NomadicDaddy
Inspect and view changes in htmx-debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "htmx-debugger",
  "version": "1.0.6",
  "description": "htmx-debugger - a debugging tool for htmx applications",
  "permissions": [
    "activeTab",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "htmx-debugger-logo-16.png",
      "32": "htmx-debugger-logo-32.png",
      "48": "htmx-debugger-logo-48.png",
      "128": "htmx-debugger-logo-128.png"
    },
    "default_title": "htmx-debugger"
  },
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    "content.js"
  ],
  "icons": {
    "16": "htmx-debugger-logo-16.png",
    "32": "htmx-debugger-logo-32.png",
    "48": "htmx-debugger-logo-48.png",
    "128": "htmx-debugger-logo-128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "browser_specific_settings": {
    "gecko": {
      "id": "htmx-debugger@beazley.org",
      "strict_min_version": "112.0"
    }
  }
}

최고의 htmx-debugger 대안

다음은 htmx-debugger과(와) 유사한 Firefox add-on입니다: