Last active
March 26, 2024 07:58
-
-
Save ryonakae/c0a370baa5a5000250ebd3b150892887 to your computer and use it in GitHub Desktop.
MacのAutomatorを使ってGoogle Chromeのユーザープロファイル別のショートカットを作る方法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
プロファイル名
を任意のプロファイル名に変更する