


- Make a shortcut for a website on chrome with mac how to#
- Make a shortcut for a website on chrome with mac full#
- Make a shortcut for a website on chrome with mac password#
- Make a shortcut for a website on chrome with mac download#
If the site you've created the app for requires a log in, you'll need to log in (and save the password if you'd like). Once you've launched the app, you can set the icon to stay in the dock even after closing the app. Run the app Once you've created your application shortcut, you can launch it through Spotlight, or in the Applications folder of your home directory.
Make a shortcut for a website on chrome with mac how to#
I should also point out that the script assumes that Chrome is installed in '/Applications/Google Chrome.app' if you have Chrome installed elsewhere, it should be pretty obvious how to change the script if you open it up with a text editor. After answering those three questions, your web app will be created and ready to run.

For the icon, you can do the same thing by dragging the image file into the terminal. For the url, you can drag from the address bar in your web browser and drop in the terminal to transfer the url. The script will prompt you to enter the three pieces of information from above. Run the script by typing './makeApp.sh' into the Terminal window. With these three things in hand, you're ready to create the application shortcut. I saved the png to my Desktop with the name 'analyticsIcon.png' I found this analytics icon in the Fluid Icons Flickr group. icns Mac icon, just add it to the application after creating it.
:max_bytes(150000):strip_icc()/001_4103634-5ba42511c9e77c0050495eea.jpg)
If you don't include an icon, you'll just get a default icon.
Make a shortcut for a website on chrome with mac full#
Make a shortcut for a website on chrome with mac download#
Either way, here's a quick run down about how to create an Application Shortcut using the script.ĭownload the script To get started creating your own Chrome application shortcuts on your Mac, download the script from here, and save it to your Desktop (or wherever you'd like). If you've ever run a shell script before, it should be pretty obvious how this script works. It also lets you manage separate profiles for each of your web apps, letting you easily handle multiple logins, or have different sets of extension for each app. This allows you to manage your web applications along side your desktop apps. SSBs basically provide a single purpose application that launches a single web site with it's own window, process, and icon. We haven't talked much about site-specific-browsers or application shortcuts (Chrome's version of SSBs), but they can be a great way to make your web applications feel more like desktop apps. The script basically automates a solution that I found when looking around online, at the end of this post. While other options exist to create site specific browsers (SSB) based on Firefox (Prism) or Safari (Fluid), I'm a big fan of Chrome, so I wrote a little script that lets you create your own Chrome application shortcuts on a Mac. Unfortunately, application shortcuts are disabled in Chrome for Macs. One of the best features of Chrome is the ability to create "application shortcuts" that let you launch web sites as stand alone applications.
