GTmetrix Analyzer Plugin

This extension will analyze a page using GTmetrix

什么是GTmetrix Analyzer Plugin?

GTmetrix Analyzer Plugin是由dhruvdholakia开发的Chrome扩展程序,该扩展的主要功能是“This extension will analyze a page using GTmetrix”。

扩展截图

screenshot

下载GTmetrix Analyzer Plugin扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 GTmetrix Analyzer Plugin GTmetrix Analyzer Plugin
ID ileaeefphpfcplegpkbmfgfhifcnekgn
官方URL https://chrome.google.com/webstore/detail/gtmetrix-analyzer-plugin/ileaeefphpfcplegpkbmfgfhifcnekgn
简介 This extension will analyze a page using GTmetrix
文件大小 12.37 KB
安装次数 199
当前版本 1.0
更新时间 2017-02-21
上架时间 2017-02-20
评分 1.00/5 共1次评分
开发者 dhruvdholakia
付费类型 free
扩展官网 http://togglebytes.com
支持的语言 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"
    ]
}