Page Speed Test

Check website page/webpage speed using GTmetrix API.

Page Speed Test란 무엇입니까?

Page Speed Test은(는) https://defineway.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check website page/webpage speed using GTmetrix API."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Check website page/webpage speed using GTmetrix API. You can put your GTmetrix credentials and test as per your API Limit or you can use our API if you don't have but depending on availability. This is better to use your own credentials, signup to GTmetrix, https://gtmetrix.com/. 

Special thanks to freepik,
Arrow vector created by pch.vector - www.freepik.com, https://www.freepik.com/free-photos-vectors/arrow                    

확장 프로그램 기본 정보

이름 Page Speed Test Page Speed Test
ID hmjodbmlejdpbmjnngbpajckjmigdhgk
공식 URL https://chromewebstore.google.com/detail/page-speed-test/hmjodbmlejdpbmjnngbpajckjmigdhgk
설명 Check website page/webpage speed using GTmetrix API.
파일 크기 44.42 KB
설치 횟수 444
현재 버전 1.0.2
최근 업데이트 2020-07-23
출시 날짜 2020-07-22
개발자 https://defineway.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://defineway.com
도움말 페이지 URL http://defineway.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Speed Test",
    "version": "1.0.2",
    "description": "Check website page\/webpage speed using GTmetrix API.",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/subhojit.defineway.in\/pagespeed_chrome_ext\/*"
    ],
    "browser_action": {
        "default_title": "Page Speed Test",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}