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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}