Thanks for contributing to Network Error Reporter.
- Clone the repository.
- Open
chrome://extensions. - Enable Developer Mode.
- Click
Load unpacked. - Select this project directory.
- Open any page's DevTools and switch to the
Error Reportpanel.
panel/main.js: panel interaction and renderingpanel/report.js: request normalization and report generationpanel.html/panel.css: panel UIscripts/: packaging and asset generation helpers
- Reload the extension in Chrome.
- Verify the core flow:
- request list loads
Fetch/XHRfiltering works- selecting a request updates the report preview
复制 Markdownworks导出图片can copy or download successfully
- Run syntax checks:
node --check .\panel\main.js
node --check .\panel\report.js- Keep changes focused.
- Explain the user-facing impact.
- Include verification steps.
- Add screenshots for UI changes when relevant.
- Use Issues for bugs and feature requests.
- Use pull requests for implementation proposals.