Using Chrome to open a web page as a standalone "application"?

0

Is it possible to open a web page as if it were a standalone application using Chrome?

For example, create a chrome shortcut on my desktop and set the command line flags to open up a specific web page, and have the URL/Search and bookmarks bars hidden, and have it so it is not possible to open up new tabs in that window.

I'd want the page to look something like this (this is mspaint'ed):

Sample Image

Petey B

Posted 2015-01-07T17:14:32.803

Reputation: 676

I have an online portal for tracking work items. I would like to be able to open it separately from the rest of my web browsing. – Petey B – 2015-01-07T18:12:48.513

Answers

2

I found it, the command line switch is --app=http://example.com

Specifies that the associated value should be launched in "application" mode.

Source: https://code.google.com/p/chromium/codesearch#chromium/src/chrome/common/chrome_switches.cc&q=kApp&sq=package:chromium&type=cs&l=74

Petey B

Posted 2015-01-07T17:14:32.803

Reputation: 676