Skip to content

Instantly share code, notes, and snippets.

@ryonakae
Last active March 26, 2024 07:58
Show Gist options
  • Save ryonakae/c0a370baa5a5000250ebd3b150892887 to your computer and use it in GitHub Desktop.
Save ryonakae/c0a370baa5a5000250ebd3b150892887 to your computer and use it in GitHub Desktop.
MacのAutomatorを使ってGoogle Chromeのユーザープロファイル別のショートカットを作る方法
tell application "Google Chrome" to activate
tell application "System Events"
tell process "Google Chrome"
click menu item "プロファイル名" of menu 1 of menu bar item "プロファイル" of menu bar 1
end tell
end tell
@ryonakae
Copy link
Author

プロファイル名 を任意のプロファイル名に変更する

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment