ErrorsSpy

Track console & network issues and download their report files.

ErrorsSpyคืออะไร?

ErrorsSpy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย felice.geracitano และคุณลักษณะหลักของมันคือ "Track console & network issues and download their report files."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ErrorsSpy

ดาวน์โหลดไฟล์ส่วนขยาย 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)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ErrorsSpy ErrorsSpy
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
}