CentBrowser Forum

Full Version: "Open as window" option for shortcut
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
In the Chrome browser, the command Menu/More tools/Create shortcut... on the desktop a shortcut is created. If you enable the option "Open as window" (see screenshot),
[attachment=665]
the shortcut opens the selected website as a separate application. Without unnecessary UI elements (address bar, toolbars). Compact and convenient!
In Cent Browser there is no option "Open as window". Please do this.
Thank you!
(02-16-2019, 04:02 PM)CentBrowser Wrote: [ -> ]Please check this:
https://www.reddit.com/r/chrome/comments...tion_gone/

Thank!
I also looked here: https://www.reddit.com/r/chrome/comments...n_missing/
You just need to modify the startup keys in the shortcut.
The default was so (for example, a site https://preview.web.skype.com):

Code:
...\CentBrowser\chrome.exe --profile-directory=Default --app-id=bjdilgfelnbljgdpngladebaeggachpa

Need to change the launch line:

Code:
...\CentBrowser\chrome.exe --profile-directory=Default --app=https://preview.web.skype.com


It all worked out!
(02-18-2019, 10:47 AM)Afi Wrote: [ -> ]Thank!
I also looked here: https://www.reddit.com/r/chrome/comments...n_missing/
You just need to modify the startup keys in the shortcut.
The default was so (for example, a site https://preview.web.skype.com):

Code:
...\CentBrowser\chrome.exe --profile-directory=Default --app-id=bjdilgfelnbljgdpngladebaeggachpa

Need to change the launch line:

Code:
...\CentBrowser\chrome.exe --profile-directory=Default --app=https://preview.web.skype.com


It all worked out!

OK, glad to know that.