Webpage Speed Test Tool

Find out load speed of your website

什麼是Webpage Speed Test Tool?

Webpage Speed Test Tool是由https://small-seo-tools.zuumsoft.com開發的Chrome擴展程式,該擴展的主要功能是“Find out load speed of your website”。

擴展截圖

screenshot

下載Webpage Speed Test Tool擴展crx文件

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

擴展使用說明

                        Today search engines take website speed as ranking factor so keeping site load times as low as possible can affect website rankings. 

How to use this tool?
1- Click extension icon.
2- This will open online tool's page.
3- Enter website address.                    

擴展基本資訊

名稱 Webpage Speed Test Tool Webpage Speed Test Tool
ID oiodkfkgcmaelpigncmndolalddkdjna
官方網址 https://chromewebstore.google.com/detail/webpage-speed-test-tool/oiodkfkgcmaelpigncmndolalddkdjna
簡介 Find out load speed of your website
檔案大小 25.82 KB
安裝次數 1,599
目前版本 1.0
更新時間 2020-07-21
上架時間 2020-07-21
開發者 https://small-seo-tools.zuumsoft.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://small-seo-tools.zuumsoft.com/tool/webpage-speed-test-tool/
隱私政策頁面URL https://small-seo-tools.zuumsoft.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webpage Speed Test Tool",
    "default_locale": "en",
    "description": "Find out load speed of your website",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    }
}