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."입니다.

확장 프로그램 스크린샷

screenshot

PageSpeed Saver 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
            ]
        }
    ]
}