Hyperapp Debug Dev Tools Firefox

Examine source code of Hyperapp Debug Dev Tools

Par : Alex Barry
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"
  ]
}

Meilleures alternatives Hyperapp Debug Dev Tools

Voici quelques Firefox add-ons qui sont similaires à Hyperapp Debug Dev Tools :