PageSpeed Saver
Quickly save your PageSpeed Insights reports to JSON.
什么是PageSpeed Saver?
PageSpeed Saver是由https://defaced.dev开发的Chrome扩展程序,该扩展的主要功能是“Quickly save your PageSpeed Insights reports to JSON.”。
扩展截图
下载PageSpeed Saver扩展crx文件
下载PageSpeed Saver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | PageSpeed Saver |
ID | iindjcojlfifabgdgkibaijkflcbjncp |
官方URL | https://chromewebstore.google.com/detail/pagespeed-saver/iindjcojlfifabgdgkibaijkflcbjncp |
简介 | Quickly save your PageSpeed Insights reports to JSON. |
文件大小 | 43.16 KB |
安装次数 | 370 |
当前版本 | 2.1.2 |
更新时间 | 2022-05-18 |
上架时间 | 2020-12-17 |
评分 | 3.50/5 共2次评分 |
开发者 | https://defaced.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://defaced.dev/tools/pagespeed-saver/ |
帮助页面URL | https://github.com/workeffortwaste/pagespeed-saver/issues |
支持的语言 | 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\/*" ] } ] } |