ErrorsSpy
Track console & network issues and download their report files.
ErrorsSpy क्या है?
ErrorsSpy felice.geracitano द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track console & network issues and download their report files."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ErrorsSpy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |