FicusJS devtools Firefox

Examine source code of FicusJS devtools

Par : Ficus
Inspect and view changes in FicusJS devtools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Chrome and Firefox devtools extension for debugging FicusJS applications",
  "manifest_version": 2,
  "name": "FicusJS devtools",
  "version": "0.1.0",
  "author": "FicusJS",
  "homepage_url": "https://github.com/ficusjs/ficusjs-devtools",
  "icons": {
    "48": "icons/ficus-icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "lib/browser-polyfill.js",
      "devtools/background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/browser-polyfill.js",
        "devtools/content-scripts/inspect-applicator.js",
        "devtools/content-scripts/messaging.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "devtools_page": "devtools/devtools.html",
  "web_accessible_resources": [
    "devtools/sidebar/selection/inspect.js"
  ]
}

Meilleures alternatives FicusJS devtools

Voici quelques Firefox add-ons qui sont similaires à FicusJS devtools :