Examine source code of AngularJS - ng-inspect

Inspect and view changes in AngularJS - ng-inspect source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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": "AngularJS - ng-inspect",
  "short_name": "ng-inspect",
  "version": "2.9.0",
  "background": {
    "page": "bg.html",
    "persistent": true
  },
  "permissions": [
    "<all_urls>",
    "background",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}