Chrome Shortcuts For Mac

Chrome Shortcuts For Mac 9,5/10 2816 votes

Free dvd studio for mac. What is the latest java for windows 7. Chrome OS and other operating systems share quite a few shortcuts, but many are unique to Chrome OS. Keyboard shortcuts are essential on any device with a hardware keyboard, whether you’re using a Windows PC, Linux system, Mac, or even a Chromebook.

One of the best features of Chrome is the ability to create 'application shortcuts' that let you launch web sites as stand alone applications. Unfortunately, application shortcuts are disabled in Chrome for Macs. 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. The script basically automates a solution that I found when looking around online, at the end of. What are Application Shortcuts? 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.

SSBs basically provide a single purpose application that launches a single web site with it's own window, process, and icon. This allows you to manage your web applications along side your desktop apps. 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. How to use the script If you've ever run a shell script before, it should be pretty obvious how this script works. Either way, here's a quick run down about how to create an Application Shortcut using the script.

Download the script To get started creating your own Chrome application shortcuts on your Mac, download the script, and save it to your Desktop (or wherever you'd like). To run the script, you'll need to open up Terminal.app, which you can find through Spotlight or in your Applications folder. Once you've launched the terminal, change to the directory where you saved the script (e.g., type 'cd ~/Desktop' if you saved the script on your Desktop). Make sure that the script is executable with the command 'chmod +x makeApp.sh'. Prepare the app The next step is to decide what site you want to use to create an Application Shortcut. For this example, I'm going to create an app for Google Analytics.

To create an Application Shortcut, you need three things: • A name for the app; for now, the script doesn't support names that include spaces (sorry). For the example, I'm using 'Analytics' • The full url of the app, including The address for GA is '• An icon as a png or jpg. If you don't include an icon, you'll just get a default icon. If you want to use a proper.icns Mac icon, just add it to the application after creating it. I found in the. I saved the png to my Desktop with the name 'analyticsIcon.png'. With these three things in hand, you're ready to create the application shortcut.

Run the script by typing './makeApp.sh' into the Terminal window. The script will prompt you to enter the three pieces of information from above. For the url, you can drag from the address bar in your web browser and drop in the terminal to transfer the url.

For the icon, you can do the same thing by dragging the image file into the terminal. After answering those three questions, your web app will be created and ready to run. 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. 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. Once you've launched the app, you can set the icon to stay in the dock even after closing the app. 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). This is necessary because these application shortcuts each have their own Google Chrome profile.