Force link to open in Edge

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 11:00 AM
It seems you can force a link to open in Edge. Anybody know how this works to see if can be done with Chrome? Below is how you code the URL.
<a href="microsoft-edge:http://google.com">link</a>
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 12:43 PM
use below to open link in chrome
Simply replace http
with googlechrome
and https
with googlechromes
. This means:
http://www.google.com/
becomesgooglechrome://www.google.com/
https://apple.stackexchange.com/
becomesgooglechromes://apple.stackexchange.com/
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 01:24 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 02:19 PM
IF you select always use this app, it should work.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 02:31 PM
I doesn't let me click OK because as you can see it is not showing any apps to use. It doesn't seem to know that I have chrome installed.