Telerik Kendo UI Chrome Inspector

Telerik Kendo UI Chrome DevTools extension

What is Telerik Kendo UI Chrome Inspector?

Telerik Kendo UI Chrome Inspector is a Chrome extension developed by Telerik, and its main feature is "Telerik Kendo UI Chrome DevTools extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Telerik Kendo UI Chrome Inspector Extension CRX File

Download Telerik Kendo UI Chrome Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Telerik Kendo UI Chrome Inspector Telerik Kendo UI Chrome Inspector
ID npcmgpnfknjmndbbakdhchgibaajnlpe
Official URL https://chrome.google.com/webstore/detail/telerik-kendo-ui-chrome-i/npcmgpnfknjmndbbakdhchgibaajnlpe
Description Telerik Kendo UI Chrome DevTools extension
File Size 8.18 MB
Installation Count 5,000
Current Version 1.0.5
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 3.84/5 Total 37 Ratings
Developer Telerik
Payment Type free
Extension Website http://kendoui-feedback.telerik.com/forums/127393-telerik-kendo-ui-feedback/category/80036-chrome-inspector
Help Page URL http://www.telerik.com/kendo-ui/chrome-inspector-eula
Supported Languages 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"
}