Page Speed Test

Check website page/webpage speed using GTmetrix API.

What is Page Speed Test?

Page Speed Test is a Chrome extension developed by https://defineway.com, and its main feature is "Check website page/webpage speed using GTmetrix API.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Page Speed Test Extension CRX File

Download Page Speed Test 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

                        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                    

Extension Basic Information

Name Page Speed Test Page Speed Test
ID hmjodbmlejdpbmjnngbpajckjmigdhgk
Official URL https://chromewebstore.google.com/detail/page-speed-test/hmjodbmlejdpbmjnngbpajckjmigdhgk
Description Check website page/webpage speed using GTmetrix API.
File Size 44.42 KB
Installation Count 444
Current Version 1.0.2
Last Updated 2020-07-23
Publish Date 2020-07-22
Developer https://defineway.com
Email [email protected]
Payment Type free
Extension Website http://defineway.com
Help Page URL http://defineway.com
Supported Languages 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'"
}