Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
workeffortwaste authored Jan 8, 2025
1 parent ebc0403 commit 17507a2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

A Chrome Extension that adds a `Download Report` button to PageSpeed Insights performance reports allowing you to easily download the raw Lighthouse JSON data.

**Like this project? Help support my projects and buy me a coffee via [Ko-fi](https://ko-fi.com/defaced) or sponsor me on [GitHub Sponsors](https://github.com/sponsors/workeffortwaste/)**.
> **Support this project** <br/> Help support the work that goes into creating and maintaining my projects and sponsor me via [GitHub Sponsors](https://github.com/sponsors/workeffortwaste/).
## Getting Started

Expand All @@ -17,20 +17,22 @@ Install the plugin from the Chrome Web Store.

### Usage

Use PageSpeeds Insights as usual and once the reports have rendered there will be a new `Download Report` button on the individual Mobile and Desktop performance reports.
Use PageSpeeds Insights as usual and once the reports have been generated they will be added to your report history accessible via the new 'Download' button in the main navigation, from where you can now copy or download them.

#### Opening Saved Reports

This extension adds a new `Open Report` button the main navigation which takes you to the [Lighthouse Report Viewer](https://googlechrome.github.io/lighthouse/viewer/) where you can open a saved report.
This extension adds a new `Open` button the main navigation which takes you to the [Lighthouse Report Viewer](https://googlechrome.github.io/lighthouse/viewer/) where you can open a saved report.

#### Comparing Saved Reports

This extension adds a new `Compare Reports` button the main navigation which takes you to the [Lighthouse CI Diff Viewer](https://googlechrome.github.io/lighthouse-ci/viewer/) where you can open two saved reports and see a comprehensive diff report.
This extension adds a new `Compare` button the main navigation which takes you to the [Lighthouse CI Diff Viewer](https://googlechrome.github.io/lighthouse-ci/viewer/) where you can open two saved reports and see a comprehensive diff report.

### Build

To manually build the extension run `npm run build` to create an unpackaged extension in `./dist`.

## Author
Chris Johnson - [defaced.dev](https://defaced.dev) - [@defaced](http://twitter.co.uk/defaced/)

Chris Johnson - [defaced.dev](https://defaced.dev) - [@defaced.dev](https://bsky.app/profile/defaced.dev) (Bluesky)


0 comments on commit 17507a2

Please sign in to comment.