1
Chrome에서 현재 창의 번호를 반환하고 새 탭을 열려면 어떻게합니까?
현재 Chrome의 현재 창 수를 가져 와서 새 탭을 열어야하는 AppleScript를 작성 중입니다. 다음과 같은 것을 원합니다 (의사 코드). set curWindNum to the current window of Google Chrome // returns something like "window 4" or just "4" open a new tab in window curWindNum 어떻게해야합니까?