Page Speed Analysis

This extension will analyze a page using Google's PageSpeed

什么是Page Speed Analysis?

Page Speed Analysis是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension will analyze a page using Google's PageSpeed”。

扩展截图

screenshot
screenshot

下载Page Speed Analysis扩展crx文件

下载Page Speed Analysis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Page Speed Analysis Page Speed Analysis
ID mgepijdabbcpfccklhimoklflnpfpbcn
官方URL https://chromewebstore.google.com/detail/page-speed-analysis/mgepijdabbcpfccklhimoklflnpfpbcn
简介 This extension will analyze a page using Google's PageSpeed
文件大小 1.5 MB
安装次数 984
当前版本 1.1
更新时间 2017-08-15
上架时间 2017-08-14
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 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"
    ]
}