Page Speed Analysis
This extension will analyze a page using Google's PageSpeed
What is Page Speed Analysis?
Page Speed Analysis is a Chrome extension developed by Unknown, and its main feature is "This extension will analyze a page using Google's PageSpeed".
Extension Screenshots
Download Page Speed Analysis Extension CRX File
Download Page Speed Analysis 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
This extension is designed to give users an informative diagnostic report on the efficiency of their web pages. Using Google's PageSpeed Insights API, the PageSpeed Test Extension displays a detailed report on the overall quality of your web page, showing an overall efficiency rating, optimization suggestions, and a resource breakdown chart—all tailored to help you make your websites stunningly efficient.
Extension Basic Information
Name | Page Speed Analysis |
ID | mgepijdabbcpfccklhimoklflnpfpbcn |
Official URL | https://chromewebstore.google.com/detail/page-speed-analysis/mgepijdabbcpfccklhimoklflnpfpbcn |
Description | This extension will analyze a page using Google's PageSpeed |
File Size | 1.5 MB |
Installation Count | 984 |
Current Version | 1.1 |
Last Updated | 2017-08-15 |
Publish Date | 2017-08-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Page Speed Analysis", "description": "This extension will analyze a page using Google's PageSpeed", "version": "1.1", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |