Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zumoshi committed Oct 26, 2015
2 parents 5a27275 + 24087ea commit 29c0d40
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Browser Select
Browser Select is a utility to dynamically select the browser you want instead of just having one default for all links. similar to the prompt in android to choose a browser when a link in a non-browser app is clicked/touched. it may not be useful for everyone but it really helps when you use multiple browsers for different things (e.g. one with proxy and one without) and open many links from other applications (e.g. Messengers).

![screenshot1](https://raw.githubusercontent.com/zumoshi/BrowserSelect/master/screenshots/photo_2015-10-12_16-43-14.jpg)

instead of having to copy the link , open desired (non-default) browser than pasting , all you need to do is to click on the link and this prompt will open allowing you to choose the browser you want. it automatically detects installed browsers , and has no need for administrative rights it can be installed and works in a restricted user.

![screenshot 2](https://raw.githubusercontent.com/zumoshi/BrowserSelect/master/screenshots/photo_2015-10-12_16-46-14.jpg)

you may click on the desired browser or press one of the shortcuts (its index or first letter of its name) , for example for chrome you can press 2 , g or c.
you may also press Esc (or click the X) to not open the url.

to install Download this file than set it as the default browser.

![select default browser](https://raw.githubusercontent.com/zumoshi/BrowserSelect/master/screenshots/photo_2015-10-12_16-43-08.jpg)

it has been tested on windows 8.1 x64 but should work in windows 7 and newer , requires **.net framework 4**.

# Download

you can download browser select here : [Browser select v1 (185KB)](https://github.com/zumoshi/BrowserSelect/releases/download/1.0.0/BrowserSelect.exe)

0 comments on commit 29c0d40

Please sign in to comment.