Hyperapp Debug Dev Tools Firefox

Examine source code of Hyperapp Debug Dev Tools

Inspect and view changes in Hyperapp Debug Dev Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hyperapp Dev Tools",
  "description": "Time-travel debugger for Hyperapp V2",
  "author": "Alex Barry",
  "version": "0.0.4",
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "devtools_page": "index.html",
  "content_scripts": [
    {
      "js": [
        "inject.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "inject.js"
  ]
}

Melhores alternativas Hyperapp Debug Dev Tools

Aqui estão algumas Firefox add-ons que são similares a Hyperapp Debug Dev Tools: