Telerik Kendo UI Chrome Inspector

Telerik Kendo UI Chrome DevTools extension

Telerik Kendo UI Chrome Inspectorとは何ですか?

Telerik Kendo UI Chrome InspectorはTelerikによって開発されたChromeの拡張機能で、その主な機能は「Telerik Kendo UI Chrome DevTools extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Telerik Kendo UI Chrome Inspector拡張機能のCRXファイルをダウンロード

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