Website Speed Testing LoadFocus.com

Free Website Speed Testing extension for creating and running free page load tests

Website Speed Testing LoadFocus.com란 무엇입니까?

Website Speed Testing LoadFocus.com은(는) https://loadfocus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Website Speed Testing extension for creating and running free page load tests"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Website Speed Testing LoadFocus.com 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Is your website slow? Test page load time and check performance with Website Speed Tests from LoadFocus.com

Run website speed tests and see what’s slowing down your website for your users.
Monitor changes over time for each page and get advice on how to reduce page load times.
Easy to use tool for webmasters and web developers to optimise the performance of your websites.                    

확장 프로그램 기본 정보

이름 Website Speed Testing LoadFocus.com Website Speed Testing LoadFocus.com
ID jcfdoikjpbbgddoimogcllfjnbflkpon
공식 URL https://chrome.google.com/webstore/detail/website-speed-testing-loa/jcfdoikjpbbgddoimogcllfjnbflkpon
설명 Free Website Speed Testing extension for creating and running free page load tests
파일 크기 126 KB
설치 횟수 187
현재 버전 1.0.0
최근 업데이트 2019-03-20
출시 날짜 2019-03-20
평점 2.60/5 총 5 개의 평점
개발자 https://loadfocus.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://loadfocus.com
개인정보 보호 정책 페이지 URL https://loadfocus.com/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Website Speed Testing LoadFocus.com",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Website Speed Testing in the Cloud from LoadFocus.com"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/jquery.tablesorter.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Free Website Speed Testing extension for creating and running free page load tests",
    "homepage_url": "https:\/\/loadfocus.com",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Website Speed Testing LoadFocus.com",
    "permissions": [
        "storage",
        "activeTab",
        "webNavigation",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "LoadFocus.com",
    "version": "1.0.0"
}