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 GunnerSProductions, 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
All you do with this is analyze the webpage you are on with GTmetrics
Extension Basic Information
Name | GTmetrix Analyzer Plugin |
ID | falpcgfkedoeakcmjfpfkddflaebodep |
Official URL | https://chromewebstore.google.com/detail/gtmetrix-analyzer-plugin/falpcgfkedoeakcmjfpfkddflaebodep |
Description | This extension will analyze a page using GTmetrix |
File Size | 46.5 KB |
Installation Count | 1,159 |
Current Version | 0.1.0 |
Last Updated | 2015-10-11 |
Publish Date | 2015-10-11 |
Rating | 1.00/5 Total 4 Ratings |
Developer | GunnerSProductions |
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": "0.1.0", "browser_action": { "default_icon": "QM.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |