Critiques pour Open in Microsoft Edge
Open in Microsoft Edge par Alphalpha
26 notes
- Noté 5 sur 5par Utilisateur ou utilisatrice 13965746 de Firefox, il y a 4 mois
- Noté 2 sur 5par Utilisateur ou utilisatrice 18578041 de Firefox, il y a 6 mois
- Noté 1 sur 5par Bullfinch, il y a 6 mois
- Noté 5 sur 5par Utilisateur ou utilisatrice 18711081 de Firefox, il y a 6 moisWorks 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.
- Noté 4 sur 5par Toxicus Prime, il y a un anKö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.
- Noté 5 sur 5par Utilisateur ou utilisatrice 15088178 de Firefox, il y a 2 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 17929890 de Firefox, il y a 2 ansThis has consistently worked for me over the last several months with no issues.
- Noté 4 sur 5par Archimedes Trajano, il y a 2 ansThis 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();
})(); - Noté 5 sur 5par Utilisateur ou utilisatrice 17579715 de Firefox, il y a 3 ansDoes what it says on the tin
- Noté 5 sur 5par Echonly, il y a 3 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13461092 de Firefox, il y a 3 ansLove it, please if you can, make one for open in Chrome as well.
- Noté 5 sur 5par Utilisateur ou utilisatrice 17185440 de Firefox, il y a 3 ans
- Noté 5 sur 5par Vidhan, il y a 4 ansWhat 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!
- Noté 3 sur 5par J.R., il y a 4 ansIt 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 - Noté 5 sur 5par Utilisateur ou utilisatrice 15954719 de Firefox, il y a 4 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 15286577 de Firefox, il y a 4 ans
- Noté 5 sur 5par voks, il y a 4 ans
- Noté 5 sur 5par Daniel Shaw, il y a 5 ansSimply Amazing
The rest ask me to download and install extension plugins to my system. This one works great right outside of the box. - Noté 5 sur 5par Utilisateur ou utilisatrice 16219085 de Firefox, il y a 5 ansWow. 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. - Noté 5 sur 5par troedelchen, il y a 5 ans
- Noté 5 sur 5par Superjuju, il y a 5 ans