Can I have Windows prompt me which browser to use for each link I click?

I would like to set up Windows so that it always asks which browser to use when it opens links. I use different browsers for different purposes on my computer, and no single browser should be considered my "default".

I know Firefox has the "IE Tab Plus" plugin, which would probably work in most cases—but sometimes I want links to open in Chrome or in an actual IE window.

EDIT: It might be OK if the page loads in a default browser, as long as I can tell that browser to always open pages from site XYZ in an external browser or with another rendering engine.


I use Chrome as my default browser, then have the IE Tab plugin decide whether the URL I click renders with Chrome or IE inside a Chrome tab.

Example: https:// my.intranetsite.com/internal needs to render in IE, but I want everything else to open in chrome. I installed the IE Tab plugin then went to configuration and added an Auto-url of "*my.intranetsite.com*". Now everytime I go to that page, or another page on that domain, it renders in IE by default, but my bookmarks remain consolidated in chrome. There's a similar plugin that will use Firefox to render the page inside chrome, so you can use chrome for all your URL triage needs. :D

(You could probably do the same thing using firefox as your master browser.)

IE Tab Plugin: https://chrome.google.com/extensions/detail/hehijbfgiekmjfkfjpbkbammjbdenadd

Firefox Tab: https://chrome.google.com/webstore/detail/icoloanbecehinobmflpeglknkplbfbm

NOTE: This solution just changes the rendering engine, so you can view and interact with sites that are normally not compatible with chrome, but you can't access things like IE's Developer Tools when in a chrome tab, or Firefox's Firebug when in a FF tab.


I was looking for something similar and came across this:

https://github.com/mortenn/BrowserPicker

You can set it as your default browser and when it is launched with a URL it'll ask you which browser you want to open it in. It also lets you add basic rules by domain name to automatically select a browser.