Applescript 를 사용하여 특정 사이트를 새 탭에서 여는 기본 스크립트이다.
on run {input, parameters}
tell application "Google Chrome"
set myTab to make new tab at end of tabs of window 1
set URL of myTab to "http://creativeworks.tistory.com/"
end tell
end run
'Tips > Mac' 카테고리의 다른 글
[MAC TIP] 맥 엘 케피탄에서 레이드(RAID) 구성하기 with Terminal - How to set up RAID on MAC OS X El Capitan using terminal (5) | 2015.11.16 |
---|---|
[Automator] Automator 를 이용해서 네이버 사전 활용(만들기)하기 (3) | 2015.11.07 |
[Applescript] How to detect page loading status using applescript and chrome (0) | 2015.11.06 |
[MAC TIP] Mac에 Homebrew 설치하기 (0) | 2015.11.05 |
[Mac App] FTP/SFTP를 품은 ForkLift 사용하기 (0) | 2015.11.05 |