Webpage Speed Test Tool

Find out load speed of your website

What is Webpage Speed Test Tool?

Webpage Speed Test Tool is a Chrome extension developed by https://small-seo-tools.zuumsoft.com, and its main feature is "Find out load speed of your website".

Extension Screenshots

screenshot

Download Webpage Speed Test Tool Extension CRX File

Download Webpage Speed Test Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Webpage Speed Test Tool Webpage Speed Test Tool
ID oiodkfkgcmaelpigncmndolalddkdjna
Official URL https://chromewebstore.google.com/detail/webpage-speed-test-tool/oiodkfkgcmaelpigncmndolalddkdjna
Description Find out load speed of your website
File Size 25.82 KB
Installation Count 1,599
Current Version 1.0
Last Updated 2020-07-21
Publish Date 2020-07-21
Developer https://small-seo-tools.zuumsoft.com
Email [email protected]
Payment Type free
Extension Website https://small-seo-tools.zuumsoft.com/tool/webpage-speed-test-tool/
Privacy Policy Page URL https://small-seo-tools.zuumsoft.com/privacy-policy
Supported Languages 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"
    }
}