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 dhruvdholakia, and its main feature is "This extension will analyze a page using GTmetrix".
Extension Screenshots
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
Now, it's simple to check Metrics of the current website by the click of a single button on your chrome. The extension is directly integrated with GTMetrix website and gives you details of your current website on current tab. This extension helps you to be as Lazy as possible.
Extension Basic Information
Name | |
ID | ileaeefphpfcplegpkbmfgfhifcnekgn |
Official URL | https://chrome.google.com/webstore/detail/gtmetrix-analyzer-plugin/ileaeefphpfcplegpkbmfgfhifcnekgn |
Description | This extension will analyze a page using GTmetrix |
File Size | 12.37 KB |
Installation Count | 199 |
Current Version | 1.0 |
Last Updated | 2017-02-21 |
Publish Date | 2017-02-20 |
Rating | 1.00/5 Total 1 Ratings |
Developer | dhruvdholakia |
Payment Type | free |
Extension Website | http://togglebytes.com |
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" ] } |