JS Runtime Inspector

Explore your javascript runtime

JS Runtime Inspector란 무엇입니까?

JS Runtime Inspector은(는) Anvaka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Explore your javascript runtime"입니다.

확장 프로그램 스크린샷

screenshot

JS Runtime Inspector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows developers to search javascript objects in runtime by their name or value.

It traverses the entire javascript objects graph and matches each property of every object against given pattern. So be careful in what you are typing in the search field. It can easily hang your browser. 

Extension is open source and your contribution is highly welcomed here: https://github.com/anvaka/jsruntime

Let me know what you think :).                    

확장 프로그램 기본 정보

이름 JS Runtime Inspector JS Runtime Inspector
ID iilpjebedgohcmlffhnkhbjhabkdhfmn
공식 URL https://chromewebstore.google.com/detail/js-runtime-inspector/iilpjebedgohcmlffhnkhbjhabkdhfmn
설명 Explore your javascript runtime
파일 크기 19.35 KB
설치 횟수 2,773
현재 버전 0.2
최근 업데이트 2013-02-14
출시 날짜 2013-02-14
평점 4.18/5 총 11 개의 평점
개발자 Anvaka
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS Runtime Inspector",
    "description": "Explore your javascript runtime",
    "version": "0.2",
    "icons": {
        "16": "assets\/logo-16.png",
        "128": "assets\/logo-128.jpg"
    },
    "devtools_page": "main.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}