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 |
| 官方網址 | 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
} | |