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 |
官方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", " |