Core SERP Vitals
Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results.
Core SERP Vitalsคืออะไร?
Core SERP Vitals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://defaced.dev และคุณลักษณะหลักของมันคือ "Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Core SERP Vitals
ดาวน์โหลดไฟล์ส่วนขยาย Core SERP Vitals ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show real world Core Web Vital data from the Chrome User Experience Report in the Google Search Results. Displays LCP, FID, CLS (and the experimental INP and TTFB) metrics underneath the page links in the Google SERP where data is available in the CrUX report. * Note: Requires a free API key for the Chrome UX Report API. * https://developers.google.com/web/tools/chrome-user-experience-report/api/guides/getting-started Updates: Version 1.3.0 - Now displays the experimental INP and TTFB metrics.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Core SERP Vitals |
ID | oipmhlkineglclpndlecjmbleapbcilf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/core-serp-vitals/oipmhlkineglclpndlecjmbleapbcilf |
คำอธิบาย | Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results. |
ขนาดไฟล์ | 20.91 KB |
จำนวนการติดตั้ง | 5,345 |
เวอร์ชันปัจจุบัน | 1.3.4 |
อัปเดตครั้งล่าสุด | 2022-05-24 |
วันที่เผยแพร่ | 2020-11-11 |
คะแนน | 3.31/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://defaced.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://defaced.dev/tools/core-serp-vitals/ |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Core SERP Vitals", "icons": { "128": "icon128.png" }, "version": "1.3.4", "description": "Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results.", "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.google.com\/", "https:\/\/www.google.co.uk\/", "https:\/\/www.google.de\/", "https:\/\/www.google.nl\/", "https:\/\/www.google.fr\/", "https:\/\/www.google.dk\/", "https:\/\/www.google.co.jp\/", "https:\/\/www.google.es\/", "https:\/\/www.google.ca\/", "https:\/\/www.google.it\/", "https:\/\/www.google.com.au\/", "https:\/\/www.google.com.tw\/", "https:\/\/www.google.com.br\/", "https:\/\/www.google.com.tr\/", "https:\/\/www.google.be\/", "https:\/\/www.google.com.gr\/", "https:\/\/www.google.co.in\/", "https:\/\/www.google.com.mx\/", "https:\/\/www.google.com.ar\/", "https:\/\/www.google.ch\/", "https:\/\/www.google.cl\/", "https:\/\/www.google.at\/", "https:\/\/www.google.ie\/", "https:\/\/www.google.com.co\/", "https:\/\/www.google.pl\/", "https:\/\/www.google.pt\/", "https:\/\/www.google.com.pk\/", "https:\/\/www.google.co.kr\/" ] } |