ng-inspect for AngularJS

ng-inspect for AngularJS

Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Vinay Kaparthi",
  "browser_action": {
    "default_icon": {
      "38": "logo_24.png"
    },
    "default_popup": "popup.html"
  },
  "description": "Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.",
  "devtools_page": "main.html",
  "icons": {
    "16": "logo_16.png",
    "48": "logo_48.png",
    "128": "logo_128.png"
  },
  "manifest_version": 2,
  "name": "ng-inspect for AngularJS",
  "permissions": [],
  "short_name": "ng-inspect-for-angularjs",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.0"
}