ScopeDoctor
Quicly shows AngularJS scope on page
What is ScopeDoctor?
ScopeDoctor is a Chrome extension developed by Naber Consulting, and its main feature is "Quicly shows AngularJS scope on page".
Download ScopeDoctor Extension CRX File
Download ScopeDoctor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
AngularJS ScopeDoctor lets you quickly see scope by highlighting borders in your browser
Extension Basic Information
Name | |
ID | fmcfmggannikjfnfhlfjegpajelifdpc |
Official URL | https://chrome.google.com/webstore/detail/scopedoctor/fmcfmggannikjfnfhlfjegpajelifdpc |
Description | Quicly shows AngularJS scope on page |
File Size | 3.39 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2014-10-29 |
Publish Date | 2014-10-29 |
Developer | Naber Consulting |
Payment Type | free |
Supported Languages | en-US |
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 } |