Quick Audit
Quickly run GTmetrix audit
What is Quick Audit?
Quick Audit is a Chrome extension developed by https://tonybatts.com, and its main feature is "Quickly run GTmetrix audit".
Extension Screenshots
Download Quick Audit Extension CRX File
Download Quick Audit 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
Quickly run a GTmetrix audit on the current page by simply clicking the extension icon.
Extension Basic Information
Name | Quick Audit |
ID | cbpdpknmgmmdahedbjndogpfgpolidif |
Official URL | https://chromewebstore.google.com/detail/quick-audit/cbpdpknmgmmdahedbjndogpfgpolidif |
Description | Quickly run GTmetrix audit |
File Size | 6.46 KB |
Installation Count | 105 |
Current Version | 1.0 |
Last Updated | 2021-01-26 |
Publish Date | 2021-01-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://tonybatts.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tonybatts.com/ |
Help Page URL | https://www.tonybatts.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Audit", "version": "1.0", "description": "Quickly run GTmetrix audit", "short_name": "Quickly run GTmetrix audit", "permissions": [ "https:\/\/gtmetrix.com\/", "storage", "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } } } |