Event Logger

Simple developer tool extension for creating macros and exporting them.

Event Logger란 무엇입니까?

Event Logger은(는) emrekabakci에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple developer tool extension for creating macros and exporting them."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        It allows you to capture events triggered by Javascript and log them in developer tools. You can easily track events and export them to JSON to save your actions.
It's useful when you're debugging a web application or writing macros. I'm planning to add load feature to the extension so you can easily export events and load them to programmatically trigger same events.                    

확장 프로그램 기본 정보

이름 Event Logger Event Logger
ID ilidkhplmkdomofhjpkdgnapgkaadmhg
공식 URL https://chromewebstore.google.com/detail/event-logger/ilidkhplmkdomofhjpkdgnapgkaadmhg
설명 Simple developer tool extension for creating macros and exporting them.
파일 크기 11.06 KB
설치 횟수 148
현재 버전 0.1
최근 업데이트 2014-12-16
출시 날짜 2014-12-16
평점 1.00/5 총 2 개의 평점
개발자 emrekabakci
결제 유형 free
확장 프로그램 웹 사이트 http://github.com/buremba
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Event Logger",
    "version": "0.1",
    "description": "Simple developer tool extension for creating macros and exporting them.",
    "devtools_page": "chrome-preprocessor.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "page": "background.html"
    }
}