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.”。
擴展截圖
下載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 |
ID | ilidkhplmkdomofhjpkdgnapgkaadmhg |
官方網址 | 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", " |