Page Speed Manager

The extension allows to check the speed of different pages for one or several sites at the same time

Page Speed Manager란 무엇입니까?

Page Speed Manager은(는) https://chefranov.name에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension allows to check the speed of different pages for one or several sites at the same time"입니다.

확장 프로그램 스크린샷

screenshot

Page Speed Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension allows to check the speed of different pages for one or several sites at the same time. You can track data from Page Speed Insights, Web Page Test and GTMetrix with one click. Tracking data will be saved and compared with previous results, you will see if speed becomes lower or higher.

1. Speed checking with Google speed insights, Web Page Test and GTMetrix
2. Possibility to add and delete links
3. Performance tracking and identifying of changes with green and red arrows
4. Possibility to check speed of all pages or choose one or several 
5. Possibility to check speed with Google Speed Insights, Web Page Test and GTMetrix together or only with Page Speed Insights                    

확장 프로그램 기본 정보

이름 Page Speed Manager Page Speed Manager
ID baolbakhjmadhkemgffcefloijaokcfb
공식 URL https://chrome.google.com/webstore/detail/page-speed-manager/baolbakhjmadhkemgffcefloijaokcfb
설명 The extension allows to check the speed of different pages for one or several sites at the same time
파일 크기 301 KB
설치 횟수 92
현재 버전 0.0.6
최근 업데이트 2022-11-09
출시 날짜 2020-06-17
평점 5.00/5 총 3 개의 평점
개발자 https://chefranov.name
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chefranov.name/projects/page-speed-manager/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Speed Manager",
    "description": "The extension allows to check the speed of different pages for one or several sites at the same time",
    "version": "0.0.6",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/gtmetrix.com\/*",
        "http:\/\/gtmetrix.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "http:\/\/www.googleapis.com\/*",
        "https:\/\/webpagetest.org\/*",
        "http:\/\/webpagetest.org\/*"
    ]
}