ErrorsSpy
Track console & network issues and download their report files.
Cos'è ErrorsSpy?
ErrorsSpy è un'estensione di Chrome sviluppata da felice.geracitano, e la sua funzione principale è "Track console & network issues and download their report files.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ErrorsSpy
Scarica i file di estensione ErrorsSpy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | opgdlobcibnnbjmebleccfokcmjjfjel |
| URL Ufficiale | https://chromewebstore.google.com/detail/errorsspy/opgdlobcibnnbjmebleccfokcmjjfjel |
| Descrizione | Track console & network issues and download their report files. |
| Dimensione del File | 17.08 KB |
| Conteggio Installazioni | 104 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2018-02-15 |
| Data di Pubblicazione | 2018-02-15 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | felice.geracitano |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/FeliceGeracitano/ErrorsSpy |
| URL della Pagina di Aiuto | https://github.com/FeliceGeracitano/ErrorsSpy |
| Lingue Supportate | 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
} | |