Open in Browser Tamer should show the choose browser windows
ajhvdb opened this issue · 6 comments
Installed Browser Tamer (default = Chrome)
Installed in Chrome the extension
What i expected what would happen that the icon "Open in Browser Tamer" or right-menu on a link> "Open in Browser Tamer" would open the browser chooser?
Did i set this up correctly or can i modify the extension to work like this?
I want to push the picker to come up and choose a different profile. So no rule but manually. Is this a big modification?
i can modify the extension to add a second menuitem and modify:
const destUrl = BtProtoPrefix + url
to
const destUrl = BtProtoPrefix + '?' + url
but have no knowledge of c++
sadly that only works from windows or apps in windows. From the browser we are missing the option to start the browser picker mode..
I have just tried and it works as advertised. Remember that BT can only intercept links if you click browser toolbar button or right-click a link and press "open with browser tamer". At least at the moment.