ShogunPanda Posted April 2, 2018 Author Share Posted April 2, 2018 Unfortunately no. I tried to keep this simple without configuration files and similar. About the profile name, it uses whatever you see in Chrome. So if you rename it there, you should see in Alfred as well. Link to comment
rodrigobdz Posted May 9, 2018 Share Posted May 9, 2018 On 2/21/2018 at 8:24 PM, wiffle said: Any way to default open with incognito? This package http://www.packal.org/workflow/chrome-incognito only opens in Incognito mode. Disclaimer: I'm the author of the workflow. Link to comment
rodrigobdz Posted May 19, 2018 Share Posted May 19, 2018 21 hours ago, wiffle said: Thanks! This is perfect. I'm glad you liked it. Link to comment
runfast4 Posted October 17, 2019 Share Posted October 17, 2019 Is there any plan to update this tool to work with Alfred 4? Link to comment
Damien Q Posted November 15, 2020 Share Posted November 15, 2020 Nice workflow I use for months now. But .. MacOS BigSur has come and now, it does not work anymore. I've tried to chmod +x on linked file, but nothing changes.. Link to comment
Damien Cuvillier Posted November 15, 2020 Share Posted November 15, 2020 Nice workflow I use for months now. But .. MacOS BigSur has come and now, it does not work anymore. I've tried to chmod +x on linked file, but nothing changes.. Link to comment
rodrigobdz Posted November 16, 2020 Share Posted November 16, 2020 17 hours ago, Damien Cuvillier said: Nice workflow I use for months now. But .. MacOS BigSur has come and now, it does not work anymore. I've tried to chmod +x on linked file, but nothing changes.. Hi, @Damien Cuvillier I'm also running macOS Big Sur. I tried the following steps to reproduce the issue but it worked fine: Removed the Chrome Incognito workflow Downloaded it from this Packal link Installed it by clicking on the downloaded file Triggered the workflow using Alfred It worked afterwards. Could you try this as well? Link to comment
Damien Q Posted November 18, 2020 Share Posted November 18, 2020 Hello Incognito works well But I thought that this topic was about chrome with multiple profiles. Alfred Chrome Do you know anything on that ? Link to comment
Eugenio Posted November 19, 2020 Share Posted November 19, 2020 Hi! I've the very same issue that Damien Q reported. Any news or workaround on how to manage that? Thx Link to comment
Balverine Posted March 16, 2021 Share Posted March 16, 2021 Having the same issue on Big Sure, M1 macbook Link to comment
Balverine Posted March 16, 2021 Share Posted March 16, 2021 For those who absolutely must to have some shortcuts to open different Chrome profiles but can't use this Workflow extension, here is a little something that is very minimal but helps me navigate through my profile. You can create your own Alfred workflow, that triggers by an input with arguments. Link this trigger to a "Run Script Action" object. Configure the Script Action with the following snippet: query=$1 /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --profile-directory="Profile $query" This will take your first argument of the commend and append it to the "Profile " word. Now, I have list of profiles in my chrome that I would like to open. I simply associate them with numbers in my head (I don't have that much). To help you find the number of the profile, or as a matter of fact, an actual identifier of the profile in case you have something different that just Profile #number Open your Chrome profile, type in search bar "chrome://version" You will find the profile name and its path by: Profile Path /Users/<YOUR USER NAME HERE>/Library/Application Support/Google/Chrome/Profile 1 So this number at the end is what I swap out when switching between profiles. Simple, quick hustle This by no means a production ready workflow, but for those who couldn't even try out the current workflow due to the error above and need some solutions. This what it looks like for me in the end CHROME: And SCRIPT: hicksca 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now