I have a program launching a website via the following command.
cmd \"start /max http://url.com\"
When launching a website via this method
You can start web pages using command line in any browser typing this command
cd %your chrome directory% start /max http://google.com
save it as bat and run it :)