GTmetrix Analyzer Plugin
This extension will analyze a page using GTmetrix
什么是GTmetrix Analyzer Plugin?
GTmetrix Analyzer Plugin是由dcannon1998开发的Chrome扩展程序,该扩展的主要功能是“This extension will analyze a page using GTmetrix”。
下载GTmetrix Analyzer Plugin扩展crx文件
下载GTmetrix Analyzer Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The GTmetrix Analyzer Plugin allows you to measure your ping with the current site you're on so, for example, if the site is taking an excessive amount of time to load you can use this to see if it's your connection that is the problem
扩展基本信息
名称 | ![]() |
ID | abacfkkedifakkocbillijlcfhfblgci |
官方URL | https://chrome.google.com/webstore/detail/gtmetrix-analyzer-plugin/abacfkkedifakkocbillijlcfhfblgci |
简介 | This extension will analyze a page using GTmetrix |
文件大小 | 4.78 KB |
安装次数 | 40 |
当前版本 | 1.0 |
更新时间 | 2016-03-03 |
上架时间 | 2016-02-23 |
评分 | 2.00/5 共1次评分 |
开发者 | dcannon1998 |
付费类型 | free |
支持的语言 | 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": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |