PageSpeed Saver
Quickly save your PageSpeed Insights reports to JSON.
What is PageSpeed Saver?
PageSpeed Saver is a Chrome extension developed by https://defaced.dev, and its main feature is "Quickly save your PageSpeed Insights reports to JSON.".
Extension Screenshots
Download PageSpeed Saver Extension CRX File
Download PageSpeed Saver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A Chrome Extension that adds a Download Report button to PageSpeed Insights performance reports allowing you to easily download the raw Lighthouse JSON data. Version 2.1.2 Add support for the latest design tweaks to PageSpeed Insights Version 2.1.0 Now with auto saving of your previously generated reports so you can download and compare them at any time.
Extension Basic Information
Name | PageSpeed Saver |
ID | iindjcojlfifabgdgkibaijkflcbjncp |
Official URL | https://chromewebstore.google.com/detail/pagespeed-saver/iindjcojlfifabgdgkibaijkflcbjncp |
Description | Quickly save your PageSpeed Insights reports to JSON. |
File Size | 43.16 KB |
Installation Count | 370 |
Current Version | 2.1.2 |
Last Updated | 2022-05-18 |
Publish Date | 2020-12-17 |
Rating | 3.50/5 Total 2 Ratings |
Developer | https://defaced.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://defaced.dev/tools/pagespeed-saver/ |
Help Page URL | https://github.com/workeffortwaste/pagespeed-saver/issues |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PageSpeed Saver", "version": "2.1.2", "icons": { "128": "icon128.png" }, "description": "Quickly save your PageSpeed Insights reports to JSON.", "content_scripts": [ { "matches": [ "https:\/\/pagespeed.web.dev\/*" ], "js": [ "index.js" ] } ], "web_accessible_resources": [ { "resources": [ "bundle.js" ], "matches": [ "https:\/\/pagespeed.web.dev\/*" ] } ] } |