Recensioner för Open in Microsoft Edge
Open in Microsoft Edge av Alphalpha
Recension av Vidhan
Betygsatt 5 av 5
av Vidhan, för 3 år sedanWhat 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!
26 recensioner
- Betygsatt 5 av 5av Firefox-användare 13965746, för 3 månader sedan
- Betygsatt 2 av 5av Firefox-användare 18578041, för 5 månader sedan
- Betygsatt 1 av 5av Bullfinch, för 5 månader sedan
- Betygsatt 5 av 5av Firefox-användare 18711081, för 5 månader sedanWorks 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.
- Betygsatt 4 av 5av Toxicus Prime, för ett år sedanKö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.
- Betygsatt 5 av 5av Firefox-användare 15088178, för ett år sedan
- Betygsatt 5 av 5av Firefox-användare 17929890, för ett år sedanThis has consistently worked for me over the last several months with no issues.
- Betygsatt 4 av 5av Archimedes Trajano, för 2 år sedanThis 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();
})(); - Betygsatt 5 av 5av Echonly, för 3 år sedan
- Betygsatt 5 av 5av Firefox-användare 13461092, för 3 år sedanLove it, please if you can, make one for open in Chrome as well.
- Betygsatt 5 av 5av Firefox-användare 17185440, för 3 år sedan
- Betygsatt 3 av 5av J.R., för 3 år sedanIt 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 - Betygsatt 5 av 5av Firefox-användare 15954719, för 3 år sedan
- Betygsatt 5 av 5av Firefox-användare 15286577, för 4 år sedan
- Betygsatt 5 av 5av voks, för 4 år sedan
- Betygsatt 5 av 5av Daniel Shaw, för 5 år sedanSimply Amazing
The rest ask me to download and install extension plugins to my system. This one works great right outside of the box. - Betygsatt 5 av 5av Firefox-användare 16219085, för 5 år sedanWow. 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. - Betygsatt 5 av 5av troedelchen, för 5 år sedan
- Betygsatt 5 av 5av Superjuju, för 5 år sedan