After searching this site, I found a similar question which is almost identical to mine (https://superuser.com/questions/459775/how-can-i-launch-a-browser-with-no-window-frame-or-tabs-address-bar), except that I need a bit more.
I also want to launch ANY browser without tabs, buttons, and address bar. I want browser to have its main window (so Minimize, Maximize, and Close buttons are displayed) and nothing else (scrollbars are OK when page is long).
I was able to launch Chrome using "chrome.exe --app=http://google.com" command, but there is a problem - when I move mouse over any link on website, Chrome displays URL in left bottom corner. If I can prevent it from being displayed, everything would be perfect.
Can someone recommend me a solution? It can be based on ANY browser.