Recenze doplňku Open in Microsoft Edge
Open in Microsoft Edge od Alphalpha
Recenze od uživatele Toxicus Prime
Hodnocení: 4 z 5
od uživatele Toxicus Prime, před rokemKö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.
26 recenzí
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13965746, před 3 měsíci
- Hodnocení: 2 z 5od uživatele Uživatel Firefoxu - 18578041, před 5 měsíci
- Hodnocení: 1 z 5od uživatele Bullfinch, před 5 měsíci
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 18711081, před 5 měsíciWorks 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.
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15088178, před rokem
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 17929890, před rokemThis has consistently worked for me over the last several months with no issues.
- Hodnocení: 4 z 5od uživatele Archimedes Trajano, před 2 letyThis 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();
})(); - Hodnocení: 5 z 5od uživatele bxxrak, před 2 letyExactly what I needed, with no extra software required.
- Hodnocení: 5 z 5od uživatele Echonly, před 3 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13461092, před 3 letyLove it, please if you can, make one for open in Chrome as well.
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 17185440, před 3 lety
- Hodnocení: 5 z 5od uživatele Vidhan, před 3 letyWhat 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!
- Hodnocení: 3 z 5od uživatele J.R., před 3 letyIt 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 - Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15954719, před 3 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 15286577, před 4 lety
- Hodnocení: 5 z 5od uživatele voks, před 4 lety
- Hodnocení: 5 z 5od uživatele Daniel Shaw, před 5 letySimply Amazing
The rest ask me to download and install extension plugins to my system. This one works great right outside of the box. - Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 16219085, před 5 letyWow. 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. - Hodnocení: 5 z 5od uživatele troedelchen, před 5 lety
- Hodnocení: 5 z 5od uživatele Superjuju, před 5 lety