captureCalls

Logs function calls in DevTools console.

captureCalls란 무엇입니까?

captureCalls은(는) https://n12v.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Logs function calls in DevTools console."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        captureCalls allows to log function calls. It adds a message to the console with a function name, its arguments and a stacktrace.

captureCalls is a better version of Chrome DevTools’ monitor function.                    

확장 프로그램 기본 정보

이름 captureCalls captureCalls
ID jbifbiilihmmfjcbfbbdhknaehdgbabd
공식 URL https://chromewebstore.google.com/detail/capturecalls/jbifbiilihmmfjcbfbbdhknaehdgbabd
설명 Logs function calls in DevTools console.
파일 크기 9.63 KB
설치 횟수 166
현재 버전 1.0.0
최근 업데이트 2014-08-13
출시 날짜 2014-08-13
평점 1.00/5 총 1 개의 평점
개발자 https://n12v.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/NV/captureCalls.js
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "captureCalls",
    "short_name": "capturecalls",
    "version": "1.0.0",
    "description": "Logs function calls in DevTools console.",
    "icons": {
        "32": "icon_32.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "author": "Nikita Vasilyev",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "captureCalls_content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "captureCalls.js"
    ]
}