LoginSignup
7
6

More than 5 years have passed since last update.

macosでchromeのショートカットアプリケーションを作る

Posted at

はじめに

chromeの表示ページを毎度開くのが面倒なので、
スポットライトから一発で開ける用にショートカットを作成する。
作業手順を忘れるのでメモする。
Gmailのショートカットを作る。

参考

英語が得意な方はこちらから。

手順

makeApp.shをダウンロード

$ cd /tmp
$ wget https://s3.amazonaws.com/LACRM_blog/makeApp.sh

念のため権限変更

$ chmod 755 makeApp.sh

iconが欲しいので準備

$ wget https://www.google.com/a/livesense.co.jp/images/favicon.ico

ショートカットの作成

$ sh makeApp.sh

What should the Application be called (no spaces allowed e.g. GCal)?
Gmail
What is the url (e.g. https://www.
google.com/calendar/render)?
https://mail.google.com/mail/#inbox
What is the full path to the icon (e.g. /Users/username/Desktop/icon.png)?
favicon.ico

スポットライト(control + スペース)呼び出し

gmail.appを呼び出し、ログインすることによってGmailが見れることを確認する。

7
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
6