ErrorsSpy
Track console & network issues and download their report files.
ما هو ErrorsSpy؟
ErrorsSpy هو إضافة Chrome تم تطويرها بواسطة felice.geracitano، والميزة الرئيسية لها هي "Track console & network issues and download their report files.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ErrorsSpy
قم بتنزيل ملفات الامتداد ErrorsSpy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ErrorsSpy is a chrome plugin that can examine your web page's issues and generate a console and network error report. It works with a simple click without opening chrome dev tools, in particular ErrorsSpy generates a CSV file with all console errors and HAR archives with all network failure. Handy test and debug tool that can improve quality for bug reporting. Additional Info: - ErrorsSpy does not work if chrome dev tool is open. - I suggest to visualise your HAR archive on HTTP Archive Viewer (https://chrome.google.com/webstore/detail/http-archive-viewer/ebbdbdmhegaoooipfnjikefdpeoaidml)
معلومات أساسية عن التمديد
الاسم | ErrorsSpy |
ID | opgdlobcibnnbjmebleccfokcmjjfjel |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/errorsspy/opgdlobcibnnbjmebleccfokcmjjfjel |
الوصف | Track console & network issues and download their report files. |
حجم الملف | 17.08 KB |
عدد التثبيتات | 104 |
النسخة الحالية | 0.3 |
آخر تحديث | 2018-02-15 |
تاريخ النشر | 2018-02-15 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | felice.geracitano |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/FeliceGeracitano/ErrorsSpy |
عنوان صفحة المساعدة | https://github.com/FeliceGeracitano/ErrorsSpy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ErrorsSpy", "description": "Track console & network issues and download their report files.", "version": "0.3", "permissions": [ "debugger" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.green.png", "default_title": "ErrorsSpy" }, "manifest_version": 2 } |