Quick Links

It's time for another fresh Chrome update. Google Chrome 111---available starting March 7, 2023---includes more improvements for the "Download Bubble" UI, expanded Picture-in-Picture APIs, and smoother transitions for web apps.

Further Improvements to the New Download UI

New Chrome downloads bubble UI

Google has been working on an improved download UI since Chrome 99. The big row for downloads at the bottom of the screen is replaced with a "download bubble" in the top toolbar. Click the icon and you will see a list of recent downloads.

Chrome 111 is continuing to improve this UI with a number to indicate how many things are being downloaded at once. (We don't see the number on our testing system yet.) It's a small but welcome touch. The download bubble is available via two Chrome flags:

        chrome://flags/#download-bubble
    

and

        chrome://flags#download-bubble-v2
    

.

Related: How to Enable Google Chrome Flags to Test Beta Features

Smoother Transitions in Web Apps

Web apps are always an area of focus for Chrome updates. With Chrome 111, Google is bringing a new API to the browser to make it easier for developers to implement smooth transitions between pages. This will go a long way toward making web apps feel like native apps. While there were methods for doing this already, the new API aims to make it much easier.

Revoke Permissions From Forgotten Websites

Chrome Safety Check
Chrome Developers

A lot of websites ask for various permissions when you visit them. Location, notifications, clipboard, camera, etc. You're only asked to grant access once and then it's allowed indefinitely. That's not great, which is why Chrome 111 can automatically revoke those permissions---just like Android.

Related: How to Automatically Revoke Permissions for Unused Android Apps

This is part of Google's goal of expanding what the "Safety Check" feature can do. It now includes more personalized recommendations and reminders, including the ability to revoke permissions for sites you haven't visited in over two months. Find Safety Check in the "Privacy and Security" tab.

Custom Keyboard Shortcuts for Chromebooks

Chrome OS 111 includes a brand-new keyboard shortcuts app that can be used to make your own shortcuts. This is a pretty awesome little feature since it's not super easy to do this on other desktop operating systems.

The keyboard shortcuts can be found at Settings > Device > Keyboard > View Keyboard Shortcuts. The shortcuts are pre-mapped, but they'll eventually be programmable---at least it looks that way. Currently, clicking the shortcut allows you to edit it, but you can't actually save the configuration yet.

Expanded Picture-in-Picture Functionality

Chrome 111 is testing a new Document Picture-in-Picture API that enables developers to open a PiP window that can be filled with any desired HTML content---like a Pomodoro timer---not just videos.

This new API builds upon the previous Picture-in-Picture API, which only permitted the use of an HTMLVideoElement in a PiP window. With this enhancement, web developers can provide an improved PiP experience to their users.

What Else Is New?

Chrome releases don't have as many big new features these days. However, there's still a lot happening under the hood. You can read about many of these changes on Google's developer blog. We'll highlight a few changes here:

  • Chrome 111 adds
            window-management
        
    as an alias for
            window-placement
        
    permission and permission-policy strings.
  • All features described in CSS Color Level 4 are now enabled. The color-mix() function from CSS Color 5 is also available.
  •  
            previousslide 
        
    and
            nextslide 
        
    actions have been added to the existing Media Session API.
  •  
            ArrayBuffer 
        
    constructors have been extended to take an additional maximum length that allows in-place growth and shrinking of buffers.
  • The ability for Web Payment API to bypass the connect-src CSP policy when fetching the manifest has been deprecated in Chrome 111.

How to Update Google Chrome

Chrome will automatically install the update on your device when it's available. To immediately check for and install any available updates, click the three-dot menu icon and click Help > About Google Chrome.

Related: How to Update Google Chrome