ErrorsSpy
Track console & network issues and download their report files.
Qu'est-ce que ErrorsSpy ?
ErrorsSpy est une extension Chrome développée par felice.geracitano, et sa fonction principale est "Track console & network issues and download their report files.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ErrorsSpy
Téléchargez les fichiers d'extension ErrorsSpy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | ErrorsSpy |
ID | opgdlobcibnnbjmebleccfokcmjjfjel |
URL Officiel | https://chromewebstore.google.com/detail/errorsspy/opgdlobcibnnbjmebleccfokcmjjfjel |
Description | Track console & network issues and download their report files. |
Taille du Fichier | 17.08 KB |
Nombre d'Installations | 104 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2018-02-15 |
Date de Publication | 2018-02-15 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | felice.geracitano |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/FeliceGeracitano/ErrorsSpy |
URL de la Page d'Aide | https://github.com/FeliceGeracitano/ErrorsSpy |
Langues Prises en Charge | 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 } |