Angular Prober

Extends the Developer Tools, adding tools for inspecting component context of Angular applications.

Angular Prober란 무엇입니까?

Angular Prober은(는) saintscott119에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the Developer Tools, adding tools for inspecting component context of Angular applications."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Angular Prober 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        chrome extension for inspecting Angular apps                    

확장 프로그램 기본 정보

이름 Angular Prober Angular Prober
ID ammffaafbhinioggdnfffknamijbkoco
공식 URL https://chrome.google.com/webstore/detail/angular-prober/ammffaafbhinioggdnfffknamijbkoco
설명 Extends the Developer Tools, adding tools for inspecting component context of Angular applications.
파일 크기 18.96 KB
설치 횟수 336
현재 버전 0.2.0
최근 업데이트 2020-08-21
출시 날짜 2018-04-02
개발자 saintscott119
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/e-cloud/angular-prober
도움말 페이지 URL https://github.com/e-cloud/angular-prober/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Angular Prober",
    "version": "0.2.0",
    "description": "Extends the Developer Tools, adding tools for inspecting component context of Angular applications.",
    "devtools_page": "devtoolsBackground.html",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "img\/angular.png",
        "48": "img\/angular.png",
        "128": "img\/angular.png"
    },
    "page_action": {
        "default_icon": {
            "19": "img\/angular.png",
            "38": "img\/angular.png"
        },
        "default_title": "Angular Prober"
    },
    "minimum_chrome_version": "45"
}