크롬 썸네일형 리스트형 [Applescript] How to open a new tab in chrome, safari using applescript 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 더보기 [Applescript] How to detect page loading status using applescript and chrome This is far from rocket science but I haven’t seen it posted so I’m going to put it here for posterity. This is how you can detect if a page is loaded in chrome with applescript. This is a subroutine, so you can put it at the end of your program and call it with this line checkForLoading() Ok, here’s the subroutine. on CheckForLoading() # checks chrome to see if the frontmost tab is loaded tell .. 더보기 아이패드용 크롬 브라우저, 'Split View' 지원 Chrome for iPad makes it easier to multitask with Split View support Apple's Split View feature in iOS 9 is great for some light multitasking on the iPad, but initially it's been mostly supported by Apple's own apps. On Thursday, Google brought a much-needed addition to this feature by launching a new version of Chrome with support for Split View. That's right, you can now have Chrome and anothe.. 더보기 이전 1 다음