Inicie o Chrome como aplicativo

2

Estou escrevendo um aplicativo da web. Gostaria que os usuários pudessem iniciar um navegador Chromium (SRWare Iron) sem uma barra de endereços ou guias, apenas um quadro.

É possível? Como eu faria isso?

    
por wonea 01.10.2009 / 19:05

3 respostas

4

A funcionalidade que estou procurando foi a --app="http://mywebapp.internal" switch

    
por 01.10.2009 / 19:16
1

Tela cheia atualmente só está disponível pressionando F11

  • Real full screen mode is available in the latest release of Google Chrome. You simply need to press F11.

  • For clarification – there is no full-screen mode in Google Chrome yet. This simply opens the browser maximized.

One thing that many users may find frustrating is that Google Chrome opens in window mode. Thankfully there is a simple fix for this. By editing the Google Chrome shortcut, you simply need to add the -start-maximized parameter to the end of the shortcut line. Your new shortcut line should look something like this:

C:\Users\[user]\AppData\Local\Google\Chrome\Application\chrome.exe -start-maximized

Problem solved! Chrome will now open in full-screen mode.

    
por 01.10.2009 / 19:13
1

Relatórios do Suporte do Google - Atalhos de aplicativos :

You can create application shortcuts to websites that you regularly visit, as well as apps that you've installed from the Chrome Web Store. These shortcuts can be placed on your computer desktop and menus for quick and easy access.

    
por 12.11.2010 / 21:18