CentBrowser Forum
"Open as window" option for shortcut - Printable Version

+- CentBrowser Forum (https://www.centbrowser.net/en)
+-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1)
+--- Forum: Bugs & Suggestions (https://www.centbrowser.net/en/forumdisplay.php?fid=4)
+--- Thread: "Open as window" option for shortcut (/showthread.php?tid=2658)



"Open as window" option for shortcut - Afi - 02-15-2019

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),
   
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!


RE: "Open as window" option for shortcut - Admin - 02-16-2019

Please check this:
https://www.reddit.com/r/chrome/comments/9ppfh7/open_as_window_option_gone/


RE: "Open as window" option for shortcut - Afi - 02-18-2019

(02-16-2019, 04:02 PM)CentBrowser Wrote: Please check this:
https://www.reddit.com/r/chrome/comments/9ppfh7/open_as_window_option_gone/

Thank!
I also looked here: https://www.reddit.com/r/chrome/comments/9gt65s/create_shortcut_open_in_window_option_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!


RE: "Open as window" option for shortcut - Admin - 02-18-2019

(02-18-2019, 10:47 AM)Afi Wrote: Thank!
I also looked here: https://www.reddit.com/r/chrome/comments/9gt65s/create_shortcut_open_in_window_option_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.