Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workeffortwaste/core-serp-vitals
Show the Core Web Vitals from the Chrome User Experience Report in the Google Search Results.
https://github.com/workeffortwaste/core-serp-vitals
core-web-vitals extension
Last synced: 2 months ago
JSON representation
Show the Core Web Vitals from the Chrome User Experience Report in the Google Search Results.
- Host: GitHub
- URL: https://github.com/workeffortwaste/core-serp-vitals
- Owner: workeffortwaste
- License: mit
- Created: 2020-11-10T15:57:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T11:37:52.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:33:32.091Z (9 months ago)
- Topics: core-web-vitals, extension
- Language: JavaScript
- Homepage: https://defaced.dev/tools/core-serp-vitals/
- Size: 200 KB
- Stars: 28
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Core SERP Vitals - Chrome Extension
https://defaced.dev/tools/core-serp-vitals/Show the Core Web Vitals from the Chrome User Experience Report in the Google Search Results.
**Like this project? Help support my projects and buy me a coffee via [Ko-fi](https://ko-fi.com/defaced) or sponsor me on [GitHub Sponsors](https://github.com/sponsors/workeffortwaste/)**.
## Getting Started
### Installation
Install the extension from the Chrome Web Store.
https://chrome.google.com/webstore/detail/core-serp-vitals/oipmhlkineglclpndlecjmbleapbcilf
### Settings
#### API Key
**This extension requires an Chrome UX Report API key to retrieve the Core Web Vital metrics.**
You can obtain a key from this page: https://developers.google.com/web/tools/chrome-user-experience-report/api/guides/getting-started
This needs to be entered into the extension's options page.
#### Measurement Level
By default the extension pulls the Core Web Vital metrics at the `URL` level. This can be changed to `origin` level from the settings on the extension's options page.
#### Device Type
By default the extension pulls the Core Web Vital metrics from `mobile` devices. This can be changed to `desktop` devices from the settings on the extension's options page.
### Usage
With the extension installed Google's Search Results Page will be enhanced to display the Core Web Vital metrics, where available, from the Chrome User Experience Report underneath the page titles.
The metrics are coloured according to their respective thresholds for Good, Poor, and Needs Improvement.
[Defining Core Web Vitals Thresholds](https://web.dev/defining-core-web-vitals-thresholds/)
### Build
To manually build the extension run `npm run build` to create an unpackaged extension in `./dist`.
## Author
Chris Johnson - [defaced.dev](https://defaced.dev) - [@defaced](http://twitter.co.uk/defaced/)