Google Chrome is a web browser available on desktop (Windows, ChromeOS, MacOS, Linux) and mobile (Android, iOS) platforms.
Web Developers should understand Chrome's frequent release cycle, multiple version channels, developer tools, and extension apis.
Google Chrome supports extensions that augment the way the browser works. They can add functionality to web pages or to the browser UI.
Historically, other's have succeeded at using Chrome as a headless browser by running the process in a hidden display.
Invoking Chrome directly is not the only available option for using it as a headless browser. The Embedder API also alows one to use Chrome directly from the application's process.