Recenzje dodatku Open in Microsoft Edge
Open in Microsoft Edge Autor: Alphalpha
25 recenzji
- Ocena: 2/5Autor: Firefox user 18578041, 18 dni temu
- Ocena: 1/5Autor: Bullfinch, 19 dni temu
- Ocena: 5/5Autor: Firefox user 18711081, 22 dni temuWorks 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.
- Ocena: 4/5Autor: Toxicus Prime, 7 miesięcy temuKö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.
- Ocena: 5/5Autor: Firefox user 15088178, rok temu
- Ocena: 5/5Autor: Firefox user 17929890, rok temuThis has consistently worked for me over the last several months with no issues.
- Ocena: 4/5Autor: Archimedes Trajano, rok temuThis 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();
})(); - Ocena: 5/5Autor: Echonly, 3 lata temu
- Ocena: 5/5Autor: Firefox user 13461092, 3 lata temuLove it, please if you can, make one for open in Chrome as well.
- Ocena: 5/5Autor: Firefox user 17185440, 3 lata temu
- Ocena: 5/5Autor: Vidhan, 3 lata temuWhat 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!
- Ocena: 3/5Autor: J.R., 3 lata temuIt 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 - Ocena: 5/5Autor: Firefox user 15954719, 3 lata temu
- Ocena: 5/5Autor: Firefox user 15286577, 4 lata temu
- Ocena: 5/5Autor: voks, 4 lata temu
- Ocena: 5/5Autor: Daniel Shaw, 4 lata temuSimply Amazing
The rest ask me to download and install extension plugins to my system. This one works great right outside of the box. - Ocena: 5/5Autor: Firefox user 16219085, 4 lata temuWow. 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. - Ocena: 5/5Autor: troedelchen, 4 lata temu
- Ocena: 5/5Autor: Superjuju, 4 lata temu
- Ocena: 5/5Autor: Fesinator, 4 lata temu