ErrorsSpy
Track console & network issues and download their report files.
什么是ErrorsSpy?
ErrorsSpy是由felice.geracitano开发的Chrome扩展程序,该扩展的主要功能是“Track console & network issues and download their report files.”。
扩展截图
下载ErrorsSpy扩展crx文件
下载ErrorsSpy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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) 扩展基本信息
| 名称 | |
| 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 |
| 帮助页面URL | 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
} | |