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 https://www.alexeidos.net, 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

                        Check speed for every website                    

Extension Basic Information

Name GTmetrix Analyzer Plugin GTmetrix Analyzer Plugin
ID ealgfehfclilooikfjlpflfplggbbcbc
Official URL https://chromewebstore.google.com/detail/gtmetrix-analyzer-plugin/ealgfehfclilooikfjlpflfplggbbcbc
Description This extension will analyze a page using GTmetrix
File Size 4.77 KB
Installation Count 188
Current Version 1.0
Last Updated 2017-04-30
Publish Date 2017-04-30
Rating 1.00/5 Total 1 Ratings
Developer https://www.alexeidos.net
Payment Type free
Extension Website http://www.alexeidos.net
Help Page URL http://www.alexeidos.net
Supported Languages en
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"
    ]
}