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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://debugbear.com และคุณลักษณะหลักของมันคือ "View Web Vitals metrics for the websites you visit and quickly navigate to external web performance testing tools."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site Speed by DebugBear
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |