ErrorsSpy
Track console & network issues and download their report files.
Co to jest ErrorsSpy?
ErrorsSpy to rozszerzenie Chrome opracowane przez felice.geracitano, a jego główną funkcją jest „Track console & network issues and download their report files.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ErrorsSpy
Pobierz pliki rozszerzeń ErrorsSpy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | opgdlobcibnnbjmebleccfokcmjjfjel |
| Oficjalny URL | https://chromewebstore.google.com/detail/errorsspy/opgdlobcibnnbjmebleccfokcmjjfjel |
| Opis | Track console & network issues and download their report files. |
| Rozmiar pliku | 17.08 KB |
| Liczba instalacji | 104 |
| Aktualna Wersja | 0.3 |
| Ostatnia Aktualizacja | 2018-02-15 |
| Data Publikacji | 2018-02-15 |
| Ocena | 4.50/5 Łącznie 2 Oceny |
| Deweloper | felice.geracitano |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/FeliceGeracitano/ErrorsSpy |
| Adres URL Strony Pomocy | https://github.com/FeliceGeracitano/ErrorsSpy |
| Obsługiwane Języki | 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
} | |