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文件

下載Website Speed Testing LoadFocus.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}