GTmetrix Analyzer Plugin

This extension will analyze a page using GTmetrix

What is GTmetrix Analyzer Plugin?

GTmetrix Analyzer Plugin is a Chrome extension developed by dcannon1998, and its main feature is "This extension will analyze a page using GTmetrix".

Download GTmetrix Analyzer Plugin Extension CRX File

Download GTmetrix Analyzer Plugin 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

                        The GTmetrix Analyzer Plugin allows you to measure your ping with the current site you're on so, for example, if the site is taking an excessive amount of time to load you can use this to see if it's your connection that is the problem                    

Extension Basic Information

Name GTmetrix Analyzer Plugin GTmetrix Analyzer Plugin
ID abacfkkedifakkocbillijlcfhfblgci
Official URL https://chrome.google.com/webstore/detail/gtmetrix-analyzer-plugin/abacfkkedifakkocbillijlcfhfblgci
Description This extension will analyze a page using GTmetrix
File Size 4.78 KB
Installation Count 40
Current Version 1.0
Last Updated 2016-03-03
Publish Date 2016-02-23
Rating 2.00/5 Total 1 Ratings
Developer dcannon1998
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GTmetrix Analyzer Plugin",
    "description": "This extension will analyze a page using GTmetrix",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}