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是由https://defaced.dev開發的Chrome擴展程式,該擴展的主要功能是“Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results.”。

擴展截圖

screenshot

下載Core SERP Vitals擴展crx文件

下載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 Core SERP Vitals
ID oipmhlkineglclpndlecjmbleapbcilf
官方網址 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\/"
    ]
}