ng-inspector for AngularJS
Inspector pane for AngularJS apps
什么是ng-inspector for AngularJS?
ng-inspector for AngularJS是由http://ng-inspector.org开发的Chrome扩展程序,该扩展的主要功能是“Inspector pane for AngularJS apps”。
扩展截图
下载ng-inspector for AngularJS扩展crx文件
下载ng-inspector for AngularJS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ng-inspector is a browser extension that displays an inspector panel showing the AngularJS scope hierarchy in the current page in real time, as well as which controllers or directives are associated with which scope. Hovering over a scope in the inspector will highlight the DOM element that scope is attached to. Clicking on a model will console.log that model's contents. The extension adds a button next to the address bar with the Angular logo that toggles the pane on and off. Please submit bug reports and suggestions at the GitHub repo: https://github.com/rev087/ng-inspector/issues/
扩展基本信息
名称 | |
ID | aadgmnobpdmgmigaicncghmmoeflnamj |
官方URL | https://chrome.google.com/webstore/detail/ng-inspector-for-angularj/aadgmnobpdmgmigaicncghmmoeflnamj |
简介 | Inspector pane for AngularJS apps |
文件大小 | 107 KB |
安装次数 | 40,000 |
当前版本 | 0.5.10 |
更新时间 | 2015-04-16 |
上架时间 | 2015-04-16 |
评分 | 3.70/5 共290次评分 |
开发者 | http://ng-inspector.org |
付费类型 | free |
扩展官网 | http://ng-inspector.org |
帮助页面URL | https://github.com/rev087/ng-inspector/issues/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ng-inspector for AngularJS", "description": "Inspector pane for AngularJS apps", "version": "0.5.10", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", " |