Created
July 28, 2017 00:30
-
-
Save ajmassi/986fdf21cd9fad07030e241b77e62f45 to your computer and use it in GitHub Desktop.
How to create Google Chrome shortcut to launch specific url as standalone webpage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows: | |
right click on desktop | |
new -> shortcut | |
In the popup, paste the following line with <webpage> substituted: | |
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app=<webpage> | |
Example (Spotify): | |
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app=https://play.spotify.com/collection/songs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment