Skip to content

Instantly share code, notes, and snippets.

@ajmassi
Created July 28, 2017 00:30
Show Gist options
  • Save ajmassi/986fdf21cd9fad07030e241b77e62f45 to your computer and use it in GitHub Desktop.
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
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