SB Angular Inspector

Angular Inspector for Angular 9+ (Ivy)

SB Angular Inspector क्या है?

SB Angular Inspector initplatform द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Angular Inspector for Angular 9+ (Ivy)"।

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

screenshot

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

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

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

                        Extends the Developer Tools for Angular 9+ (Ivy) web applications.
Selecting an element enables a new panel, "SB Angular", that displays the currently selected element's:

- Component
- Directives
- Listeners
- Context
- Injectors

If they are applicable to the current element.

SB Angular Inspector also allows you to modify the values in the "SB Angular" panel, then then apply those changes with the "Apply Changes" button in this extensions popup menu. See the product screenshot for more details.                    

एक्सटेंशन की मूल जानकारी

नाम SB Angular Inspector SB Angular Inspector
ID lapcbklolihkkijaemmlbkpibgghhioh
आधिकारिक URL https://chromewebstore.google.com/detail/sb-angular-inspector/lapcbklolihkkijaemmlbkpibgghhioh
विवरण Angular Inspector for Angular 9+ (Ivy)
फ़ाइल का आकार 11.96 KB
स्थापना संख्या 808
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-03-23
प्रकाशन तिथि 2020-03-23
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर initplatform
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://startbootstrap.com/sb-angular-inspector
सहायता पृष्ठ URL https://github.com/StartBootstrap/sb-angular-inspector-feedback/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "initplatform",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Angular Inspector for Angular 9+ (Ivy)",
    "devtools_page": "dev-tools.html",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "SB Angular Inspector",
    "page_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "version": "1.0.0"
}