Telerik Kendo UI Chrome Inspector

Telerik Kendo UI Chrome DevTools extension

Telerik Kendo UI Chrome Inspector क्या है?

Telerik Kendo UI Chrome Inspector Telerik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Telerik Kendo UI Chrome DevTools extension"।

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

screenshot
screenshot
screenshot

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

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

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

                        The Kendo UI Chrome Inspector is a Chrome Developer Tools Extension allowing you to inspect, debug and troubleshoot pages hosting Kendo UI widgets and framework components.

When installed, the tool becomes part of the standard Chrome DevTools toolbar as shown in the screenshots. Thus it allows you to perform actions such as inspecting rendered html, execution of scripts, etc.                    

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

नाम Telerik Kendo UI Chrome Inspector Telerik Kendo UI Chrome Inspector
ID npcmgpnfknjmndbbakdhchgibaajnlpe
आधिकारिक URL https://chrome.google.com/webstore/detail/telerik-kendo-ui-chrome-i/npcmgpnfknjmndbbakdhchgibaajnlpe
विवरण Telerik Kendo UI Chrome DevTools extension
फ़ाइल का आकार 8.18 MB
स्थापना संख्या 5,000
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 3.84/5 कुल 37 रेटिंग्स
डेवलपर Telerik
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/category/80036-chrome-inspector
सहायता पृष्ठ URL http://www.telerik.com/kendo-ui/chrome-inspector-eula
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "name": "Telerik Kendo UI Chrome Inspector",
    "icons": {
        "128": "kendo.png"
    },
    "description": "Telerik Kendo UI Chrome DevTools extension",
    "version": "1.0.5",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "devtools_page": "devtools.html"
}