ScopeDoctor

ScopeDoctor

Quicly shows AngularJS scope on page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ScopeDoctor",
  "description": "Quicly shows AngularJS scope on page",
  "version": "1.0",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Scopes by ScopeDoctor"
  },
  "manifest_version": 2
}