Site Speed by DebugBear
View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools.
什么是Site Speed by DebugBear?
Site Speed by DebugBear是由https://debugbear.com开发的Chrome扩展程序,该扩展的主要功能是“View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools.”。
扩展截图
下载Site Speed by DebugBear扩展crx文件
下载Site Speed by DebugBear扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools. The extension also shows the observed metrics collected by PageSpeed Insights prior to applying the throttling simulation. This can help you interpret the final reported metrics. The extension shows the following metrics: - Full TTFB - First Contentful Paint - Largest Contentful Paint - Cumulative Layout Shift / CLS - First Input Delay (only after user interaction with the current page) - Interaction to Next Paint (only after user interaction with the current page) The "View on DebugBear" link is shown to users logged into the DebugBear monitoring tool.
扩展基本信息
名称 | Site Speed by DebugBear |
ID | peomeonecjebolgekpnddgpgdigmpblc |
官方URL | https://chromewebstore.google.com/detail/site-speed-by-debugbear/peomeonecjebolgekpnddgpgdigmpblc |
简介 | View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools. |
文件大小 | 92.18 KB |
安装次数 | 4,000 |
当前版本 | 1.0.7 |
更新时间 | 2023-08-21 |
上架时间 | 2022-08-17 |
评分 | 4.67/5 共3次评分 |
开发者 | https://debugbear.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.debugbear.com/site-speed-chrome-extension |
隐私政策页面URL | https://www.debugbear.com/extension/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Site Speed by DebugBear", "description": "View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools.", "version": "1.0.7", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.debugbear.com\/*" ], "web_accessible_resources": [ { "resources": [ "\/assets\/images\/*", "\/node_modules\/web-vitals\/dist\/web-vitals.js" ], "matches": [ " |