Отзывы на Open in Microsoft Edge
Open in Microsoft Edge от Alphalpha
26 отзывов
- Оценено на 5 из 5от Пользователь Firefox 13965746, 4 месяца назад
- Оценено на 2 из 5от Пользователь Firefox 18578041, 6 месяцев назад
- Оценено на 1 из 5от Bullfinch, 6 месяцев назад
- Оценено на 5 из 5от Пользователь Firefox 18711081, 6 месяцев назадWorks 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.
- Оценено на 4 из 5от Toxicus Prime, год назадKö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.
- Оценено на 5 из 5от Пользователь Firefox 15088178, 2 года назад
- Оценено на 5 из 5от Пользователь Firefox 17929890, 2 года назадThis has consistently worked for me over the last several months with no issues.
- Оценено на 4 из 5от Archimedes Trajano, 2 года назадThis 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();
})(); - Оценено на 5 из 5от Echonly, 3 года назад
- Оценено на 5 из 5от Пользователь Firefox 13461092, 3 года назадLove it, please if you can, make one for open in Chrome as well.
- Оценено на 5 из 5от Пользователь Firefox 17185440, 3 года назад
- Оценено на 5 из 5от Vidhan, 4 года назадWhat 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!
- Оценено на 3 из 5от J.R., 4 года назадIt 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 - Оценено на 5 из 5от Пользователь Firefox 15954719, 4 года назад
- Оценено на 5 из 5от Пользователь Firefox 15286577, 4 года назад
- Оценено на 5 из 5от voks, 4 года назад
- Оценено на 5 из 5от Daniel Shaw, 5 лет назадSimply Amazing
The rest ask me to download and install extension plugins to my system. This one works great right outside of the box. - Оценено на 5 из 5от Пользователь Firefox 16219085, 5 лет назадWow. 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. - Оценено на 5 из 5от troedelchen, 5 лет назад
- Оценено на 5 из 5от Superjuju, 5 лет назад