Event Logger
Simple developer tool extension for creating macros and exporting them.
ما هو Event Logger؟
Event Logger هو إضافة Chrome تم تطويرها بواسطة emrekabakci، والميزة الرئيسية لها هي "Simple developer tool extension for creating macros and exporting them.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Event Logger
قم بتنزيل ملفات الامتداد Event Logger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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", " |