ErrorsSpy
Track console & network issues and download their report files.
Wat is ErrorsSpy?
ErrorsSpy is een Chrome-extensie ontwikkeld door felice.geracitano, en de belangrijkste functie is "Track console & network issues and download their report files.".
Extensie Screenshots
Download het CRX-bestand van de extensie ErrorsSpy
Download ErrorsSpy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | ErrorsSpy |
ID | opgdlobcibnnbjmebleccfokcmjjfjel |
Officiële URL | https://chromewebstore.google.com/detail/errorsspy/opgdlobcibnnbjmebleccfokcmjjfjel |
Beschrijving | Track console & network issues and download their report files. |
Bestandsgrootte | 17.08 KB |
Aantal Installaties | 104 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2018-02-15 |
Publicatiedatum | 2018-02-15 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | felice.geracitano |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/FeliceGeracitano/ErrorsSpy |
Help Pagina-URL | https://github.com/FeliceGeracitano/ErrorsSpy |
Ondersteunde Talen | 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 } |