ng-inspector for AngularJS
Inspector pane for AngularJS apps
Co je ng-inspector for AngularJS?
ng-inspector for AngularJS je rozšíření Chrome vyvinuté http://ng-inspector.org, a jeho hlavní funkcí je „Inspector pane for AngularJS apps“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ng-inspector for AngularJS
Stáhněte si soubory rozšíření ng-inspector for AngularJS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | |
ID | aadgmnobpdmgmigaicncghmmoeflnamj |
Oficiální URL | https://chrome.google.com/webstore/detail/ng-inspector-for-angularj/aadgmnobpdmgmigaicncghmmoeflnamj |
Popis | Inspector pane for AngularJS apps |
Velikost souboru | 107 KB |
Počet instalací | 40,000 |
Aktuální Verze | 0.5.10 |
Poslední Aktualizace | 2015-04-16 |
Datum Vydání | 2015-04-16 |
Hodnocení | 3.70/5 Celkem 290 Hodnocení |
Vývojář | http://ng-inspector.org |
Typ Platby | free |
Webové stránky Rozšíření | http://ng-inspector.org |
URL Stránky Nápovědy | https://github.com/rev087/ng-inspector/issues/ |
Podporované Jazyky | 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", " |