Find IP of website via Chrome console
Actually yes you can.
Go to Developer Tools > Network.
Reload your page.
Select one of the URLs from the domain in question. The IP will be shown under Headers > General > Remote Address.
Looking through the console, I don't see any built-in function to do this. However, there are several Chromium extensions that do what you want.
One of them is ipvfoo
(web store). It displays the hostname and corresponding IPv4/IPv6 address for all requests made when loading the current page:
You can use this tab in Chrome, it shows you all the IP addresses that the browser is serving pages from.
Just type this into the browser URL and you should be good from there!
chrome://net-internals/#dns