ng-inspect for AngularJS

Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.

Vad är ng-inspect for AngularJS?

ng-inspect for AngularJS är en Chrome-tillägg utvecklad av Vinay Kaparthi, och dess huvudfunktion är "Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner ng-inspect for AngularJS-förlängningens CRX-fil

Ladda ner ng-inspect for AngularJS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn ng-inspect for AngularJS ng-inspect for AngularJS
ID cidepfmbgngpdapgncfhpecbdhmnnemf
Officiell webbadress https://chromewebstore.google.com/detail/ng-inspect-for-angularjs/cidepfmbgngpdapgncfhpecbdhmnnemf
Beskrivning Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties.
Filstorlek 585 KB
Antal Installationer 10,000
Aktuell Version 3.0.0
Senast Uppdaterad 2020-05-28
Publiceringsdatum 2020-05-28
Betyg 4.40/5 Totalt 88 Betyg
Utvecklare Vinay Kaparthi
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}