chrome://about
Here you will find an overview of all the internal pages of Chrome. I have picked out the most useful ones from this list. Under internals/session-service you will find, for example, a Chrome log showing when the browser was started/crashed or closed.
chrome://whats-new
This page is displayed by default when Google Chrome is updated to a major version. Here you will find all the new features of the currently installed version.
chrome://serviceworker-internals
On this page you can debug service workers in Chrome. If you find a service worker here that should not (or no longer) be running in the background, you can deactivate it if necessary (unregister).
chrome://net-export
Here you can log all network traffic to a JSON file. Just try it out by clicking on "Start Logging to Disk" and surf the Internet a little. You can then open and inspect the log file.
chrome://system
Here you will find information about your system and the hardware on which Chrome is running. Particularly practical: under "mem_usage_with_title" you can see exactly how much memory each tab requires.
chrome://flags
On this page, you can enable or disable experimental features in Chrome. For example, to activate the latest design of Google Chrome, you can activate the flags for "Chrome Refresh 2023" and Chrome will have the modern, rounded corners - just like Edge.
chrome://bluetooth-internals
Here you will find an overview of all connected Bluetooth devices. You can also access these devices with JavaScript via the Web Bluetooth API access.
chrome://password-manager
Chrome's password manager with all your saved passwords. Tip: with one click (top right) on "Install", you have the password manager as a Progressive Web App is always available in Windows - even when Chrome is closed.
I hope this blog post is also a good overview of the most useful internal Chrome pages for you. If you're a web developer, I hope you've also discovered one or two useful features. If you have any further questions, don't hesitate to ask them in the comments.



