Recensiones de Open in Microsoft Edge
Open in Microsoft Edge per Alphalpha
Recension de Archimedes Trajano
Classificate 4 de 5
per Archimedes Trajano, pred 2 rokmiThis would be good if we can provide specific URL patterns that would do this automatically.
However for now you can hack it with Grease Monkey
// ==UserScript==
// @name Redirect and Close Tab
// @namespace http://your.namespace.here
// @version 1.0
// @description Change the URL of the current page and close the tab
// add your stuff
// @match https://dev.azure.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var currentURL = window.location.href;
var newURL = "microsoft-edge:" + currentURL;
window.location.href = newURL;
window.close();
})();
However for now you can hack it with Grease Monkey
// ==UserScript==
// @name Redirect and Close Tab
// @namespace http://your.namespace.here
// @version 1.0
// @description Change the URL of the current page and close the tab
// add your stuff
// @match https://dev.azure.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
var currentURL = window.location.href;
var newURL = "microsoft-edge:" + currentURL;
window.location.href = newURL;
window.close();
})();
27 recensiones
- Classificate 5 de 5per balrog, pred 2 mesiacmi
- Classificate 4 de 5per Usator de Firefox 19492779, pred 2 mesiacmiFantastic small extension that can open tabs in Edge. no additional files need to be downloaded! this is exactly what i needed.
2 suggestions to make this a 5 star rating
1) fix Alt + Shift + E this doesn't work on my instance
2) it would be great if there was a list of domains that would automatically launch. (but the work around is adding microsoft-edge: to the front of the URL (however there is a confirmation popup that comes up) - Classificate 5 de 5per Usator de Firefox 13965746, pred 10 mesiacmi
- Classificate 2 de 5per Usator de Firefox 18578041, pred rokom
- Classificate 5 de 5per Usator de Firefox 18711081, pred rokomWorks as described, without any external software + does not forces the dialog "website wants to open ms-edge links" (as in bookmarlet case). I miss option in the right click menu and shortcut A+S+E is not working on my FF instance.
- Classificate 4 de 5per Toxicus Prime, pred 2 rokmiKönnten Sie das Addon so konfigurieren, dass ein Link in Edge geöffnet werden kann, wenn Sie die zweite Taste drücken? Entschuldigen Sie mein Deutsch.
- Classificate 5 de 5per Usator de Firefox 15088178, pred 2 rokmi
- Classificate 5 de 5per Usator de Firefox 17929890, pred 2 rokmiThis has consistently worked for me over the last several months with no issues.
- Classificate 5 de 5per Echonly, pred 4 rokmi
- Classificate 5 de 5per Usator de Firefox 13461092, pred 4 rokmiLove it, please if you can, make one for open in Chrome as well.
- Classificate 5 de 5per Usator de Firefox 17185440, pred 4 rokmi
- Classificate 5 de 5per Vidhan, pred 4 rokmiWhat makes this addon stand out from the crowd is it doesn't require unnecessary permissions to work. Only one thing bugs me is I can't directly open links on edge instead of first opening in firefox. It would be really helpful if you can add one option in context menu. However if that means accessing data for all websites permissions, nevermind lol Anyways good work developer!
- Classificate 3 de 5per J.R., pred 4 rokmiIt worked perfect but only on the very first try.....I just tried it again for the second time day later and instead of launching M. Edge it launches my BRAVE browser LOL.....
Developer: Can you possibly help me?
If you can please email me at
............................................ HeavyiClouds @ G_m_a_i_l dot com - Classificate 5 de 5per Usator de Firefox 15954719, pred 4 rokmi
- Classificate 5 de 5per Usator de Firefox 15286577, pred 5 rokmi
- Classificate 5 de 5per voks, pred 5 rokmi
- Classificate 5 de 5per Daniel Shaw, pred 5 rokmiSimply Amazing
The rest ask me to download and install extension plugins to my system. This one works great right outside of the box. - Classificate 5 de 5per Usator de Firefox 16219085, pred 5 rokmiWow. I didn't realize when this method was possible, so the fact that you found it is great!!!
I find it useful for so many add-ons. - Classificate 5 de 5per troedelchen, pred 5 rokmi