Reuse opened Chrome tab #312
Replies: 3 comments 1 reply
-
No, Bunch has no knowledge of what tabs are open at the time, it will
just send an open command. And profiles _should_ find the best matching
profile for whatever string you give it. It's a tricky hack to make it
work at all, though, so your mileage may vary.
…-Brett
On 1 Jan 2024, at 7:44, Erik Martines Sanches wrote:
I can use `%chrome:someURL` so open a new chrome tab. However, if the
tab is already open, is there some way to simply show that tab, rather
than opening a new one?
Another question, relating to profiles: In Chrome the profiles seem to
be "First Name Last Name (email)" rather than "personal", as [the
docs](https://bunchapp.co/docs/bunch-files/opening-web-pages/#opening-in-a-specific-chrome-profile)
show. I tried `%chrome[personal]:someURL` and `%chrome[email]:someURL`
but that crashed Bunch. So not quite sure how to use Chrome profiles
with Bunch. This isn't as important to me as I tend to only use one
profile.
--
Reply to this email directly or view it on GitHub:
#312
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
erikmartinessanches
-
I was able to achieve reusing open tabs with this chrome extension. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nice. Now I just have to figure out what's going on with Profiles. I'll
add this extension to the docs.
…On 1 Jan 2024, at 11:22, Erik Martines Sanches wrote:
I was able to achieve reusing open tabs with [this chrome
extension](https://chromewebstore.google.com/detail/clutter-free-prevent-dupl/iipjdmnoigaobkamfhnojmglcdbnfaaf).
--
Reply to this email directly or view it on GitHub:
#312 (comment)
You are receiving this because you commented.
Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can use
%chrome:someURL
so open a new chrome tab. However, if the tab is already open, is there some way to simply show that tab, rather than opening a new one?Another question, relating to profiles: In Chrome the profiles seem to be "First Name Last Name (email)" rather than "personal", as the docs show. I tried
%chrome[personal]:someURL
and%chrome[email]:someURL
but that crashed Bunch. So not quite sure how to use Chrome profiles with Bunch. This isn't as important to me as I tend to only use one profile.Beta Was this translation helpful? Give feedback.
All reactions