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ファイルをダウンロード

Event Logger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}