Chrome URLs
Chrome URLs represent internal endpoints to the Chrome (Chromium) runtime that are available to the end user via the browser itself.
There are multiple helpful Chrome URL endpoints that you might not be aware of outside of possibly chrome://welcome when you first install Chrome.
chrome://welcome
chrome://bookmarks
NOTE: Your default bookmarks file on a Mac is located at:
/Users/<username>/Library/Application Support/Google/Chrome/Default/Bookmarks
Additional Common Endpoints
chrome://extensions
chrome://version
chrome://dino
chrome://gpu
chrome://device-log
Master URL List
chrome://about
Going to chrome://about will provide a list of Chrome URLs that your current version of Chrome supports.
Chromium
To find additional details on what URLs are available, the Chromium project itself is a good start. Two locations for showing these endpoints include:
chromium / chrome / common / webui_url_constants.cc
and