DevReport is a Chrome extension that intercepts web requests and generates an HTML report stored in a zip file.
- Intercept and analyze web requests.
- Generate an execution report in HTML format.
- Lightweight and easy to use.
- Google Chrome browser
-
Download the extension files from the repository:
git clone https://github.com/yourusername/devreport-chrome-extension.git
-
Open Google Chrome and navigate to
chrome://extensions/
. -
Enable "Developer mode" in the top right corner.
-
Click on "Load unpacked" and select the downloaded extension folder.
-
The DevReport extension will be added to your Chrome browser.
-
Click on the DevReport extension icon.
-
Access the tab you want to intercept.
-
Click on "Start Report".
-
Navigate on the tab while requests are being intercepted.
-
Click on "Stop Report".
-
Download and unzip the generated .zip file.
-
Open the .html report file.
Please note that if the files are not extracted in the same directory before opening, the data may not load correctly. Ensure that you unzip the downloaded files within the same repository directory before attempting to open or use the generated reports.
If you encounter any issues or have questions, feel free to open an issue for assistance.
Contributions are welcome! If you have suggestions, bug reports, or want to discuss new features, please open an issue to start a discussion.
For implementing new features or fixing bugs:
-
Fork the repository.
-
Create a new branch from the
develop
branch:git checkout -b feature/your-feature-name
-
Make your changes and ensure the code follows the project's coding standards.
-
Test your changes thoroughly.
-
Commit your changes:
git commit -m "Add your concise and meaningful commit message"
-
Push your branch to your fork:
git push origin feature/your-feature-name
-
Open a pull request against the
develop
branch, describing your changes and referencing the related issue. -
Your pull request will be reviewed, and once approved, it will be merged.
Thank you for contributing to DevReport!
This project is licensed under the MIT License.