Telerik Kendo UI Chrome Inspector

Telerik Kendo UI Chrome DevTools extension

Что такое Telerik Kendo UI Chrome Inspector?

Telerik Kendo UI Chrome Inspector - это расширение Chrome, разработанное Telerik, и его основная функция - "Telerik Kendo UI Chrome DevTools extension".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Telerik Kendo UI Chrome Inspector

Скачайте файлы расширений Telerik Kendo UI Chrome Inspector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
}