Releases: riccardogiuriola/Grapho
Releases · riccardogiuriola/Grapho
1.0.0
- Tab in Chrome DevTools: Grapho adds a new tab in the Chrome Developer Tools interface, allowing easy access to HTTP call information.
- Table View: Displays HTTP calls made by the page in a table format, including domain, path, timing, method, and other relevant data.
- JSON Response Filtering: Only displays HTTP calls with JSON-formatted responses, making it easier to focus on relevant data.
- Interactive Graph View: Upon clicking an HTTP call in the table, a second column opens with an interactive graph displaying the JSON tree structure.
- Live Search: Enables live searching within the graph, allowing users to quickly find specific elements.
- Minimap: Provides a minimap within the graph view to visualize the entire JSON tree structure and navigate efficiently.
- Export as SVG: Provides the option to save the entire graph as an SVG file for further analysis or documentation purposes.
- Clear History: Allows users to clear the history of HTTP calls for better organization and troubleshooting.
- Reload Page: Offers the functionality to reload the page directly from the extension interface.
- Theme Customization: Users can change the theme of the extension interface to suit their preferences.