NGjs Explorer Firefox

Examine source code of NGjs Explorer

Inspect and view changes in NGjs Explorer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.1",
  "minimum_chrome_version": "38.0",
  "name": "NGjs Explorer",
  "description": "Add-on provides useful methods to inspect AngularJS webapps and provide useful performance metrics.",
  "icons": {
    "128": "images/logo128.png"
  },
  "applications": {
    "gecko": {
      "id": "@ngjs-explorer",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    "lib/angularjs-profiler.js"
  ]
}

Meilleures alternatives NGjs Explorer

Voici quelques Firefox add-ons qui sont similaires à NGjs Explorer :