ErrorsSpy

Track console & network issues and download their report files.

ErrorsSpy là gì?

ErrorsSpy là một tiện ích mở rộng Chrome được phát triển bởi felice.geracitano, và tính năng chính của nó là "Track console & network issues and download their report files.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ErrorsSpy

Tải xuống các tệp mở rộng ErrorsSpy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ErrorsSpy ErrorsSpy
ID opgdlobcibnnbjmebleccfokcmjjfjel
URL Chính Thức https://chromewebstore.google.com/detail/errorsspy/opgdlobcibnnbjmebleccfokcmjjfjel
Mô tả Track console & network issues and download their report files.
Kích Thước Tệp 17.08 KB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-02-15
Ngày Phát Hành 2018-02-15
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển felice.geracitano
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FeliceGeracitano/ErrorsSpy
URL Trang Trợ Giúp https://github.com/FeliceGeracitano/ErrorsSpy
Ngôn Ngữ Được Hỗ Trợ 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
}