ng-inspect for AngularJS
Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.
什麼是ng-inspect for AngularJS?
ng-inspect for AngularJS是由Vinay Kaparthi開發的Chrome擴展程式,該擴展的主要功能是“Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.”。
擴展截圖
下載ng-inspect for AngularJS擴展crx文件
下載ng-inspect for AngularJS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ng-inspect helps you access properties of the element's scope when an element is selected using the Element Inspector or the Elements tab in the Developer Toolbar in an Angular JS aplication. This extension will provide access to scope, isolateScope[if the scope is isolated], rootScope, jQuery element and its events[if jQuery is included in the page]. These properties are made available to the Global/Window object via $s for scope, $is for isolateScope, $rs for rootScope, $el for jQuery element and $events for the events associated with the jQuery element. Services/Factories/Constants can be tested/verified using $get function. $count function prints number of Scopes, isolateScopes, listeners and watchers. Hope you find this useful!
擴展基本資訊
名稱 | ng-inspect for AngularJS |
ID | cidepfmbgngpdapgncfhpecbdhmnnemf |
官方網址 | https://chromewebstore.google.com/detail/ng-inspect-for-angularjs/cidepfmbgngpdapgncfhpecbdhmnnemf |
簡介 | Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties. |
檔案大小 | 585 KB |
安裝次數 | 10,000 |
目前版本 | 3.0.0 |
更新時間 | 2020-05-28 |
上架時間 | 2020-05-28 |
評分 | 4.40/5 共 88 次評分 |
開發者 | Vinay Kaparthi |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
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": { "128": "logo_128.png", "16": "logo_16.png", "48": "logo_48.png" }, "manifest_version": 2, "name": "ng-inspect for AngularJS", "permissions": [], "short_name": "ng-inspect-for-angularjs", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.0" } |