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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you in debugging AngularJS applications. Extends the elements panel in devtools to display scope properties."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ng-inspect for AngularJS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 ng-inspect for AngularJS
ID cidepfmbgngpdapgncfhpecbdhmnnemf
आधिकारिक URL 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"
}