Published: January 13, 2026
Chrome 144 is rolling out now, and this post shares some of the key features from the release. Read the full Chrome 144 release notes.
Highlights from this release:
- Highlight find-in-page search text with a new pseudo-element.
- Request permission to use location date with the
<geolocation>element. - The Temporal API brings a modern date and time API to the web.
The ::search-text pseudo-element
Exposes find-in-page search result styling as the ::search-text pseudo-element,
which is a highlight pseudo-element like those used for selection and spelling
errors. This lets you change the foreground and background colors or add text
decorations. This is especially useful if the browser defaults have insufficient
contrast with the page colors or are otherwise unsuitable.
Learn more on the Igalia blog in Find-in-Page Highlight Styling.
The <geolocation> element
Introduces the <geolocation> element, a declarative, user-activated control
for accessing the user's location. It streamlines the user and developer journey
by handling the permission flow and directly providing location data to the
site, often eliminating the need for a separate JavaScript API call.
This addresses the long-standing problem of permission prompts triggered directly from JavaScript without a strong signal of user intent. By embedding a browser-controlled element in the page, the user's click provides a clear, intentional signal. This provides a better prompt user experience and, crucially, a recovery path for users who have previously denied the permission.
Learn more in Introducing the HTML <geolocation> element.
The Temporal API
The Temporal API in ECMA262 provides standard objects and functions for working
with dates and times. Date has been a long-standing issue in ECMAScript.
Temporal, a global Object that acts as a top-level namespace (for example,
Math), bringing a modern date and time API to the ECMAScript language.
For a detailed breakdown of motivations, see Fixing JavaScript Date: Getting Started, and check out the MDN documentation for Temporal.
Further reading
This covers only some key highlights. Check the following links for additional changes in Chrome 144.
- Release notes for Chrome 144.
- What's new in Chrome DevTools (144).
- ChromeStatus.com updates for Chrome 144.
- Chrome release calendar.
Subscribe
To stay up to date, subscribe to the Chrome Developers YouTube channel, and you'll get an email notification whenever we launch a new video. Or follow us on X or LinkedIn for new articles and blog posts.
As soon as Chrome 145 is released, we'll be right here to tell you what's new in Chrome!