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)
拡張機能の基本情報
名前 | 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 |
Eメール | [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 } |