Análises de Link Fixer
Link Fixer por danielnixon
Análise de Usuário 14197318 do Firefox
Avaliado em 5 de 5
por Usuário 14197318 do Firefox, há 7 anosIt annoys the hell out of me when ANY application does not work as expected. I have NO problem with "Command" + "Click" for Links/URLs to OPEN in NEW tabs in Safari or Chrome. But, Firefox? Links would open in SAME tab!
This Add-on FIXES that problem.
THANK YOU to the Developer.
This Add-on FIXES that problem.
THANK YOU to the Developer.
35 análises
- Avaliado em 5 de 5por Usuário 13243498 do Firefox, há 5 mesessignificant quality of life improvement, thank you
- Avaliado em 2 de 5por Usuário 18896556 do Firefox, há 6 meses
- Web developers sometimes override the normal behavior of links with JavaScript. Seems they happen not to think of advanced users, so that Shift/Ctrl+Click doesn't open the link in a new tab, as desired. This add-on fixes this issue. Thanks a lot, saves time and nerves!
- Avaliado em 2 de 5por Usuário 17329665 do Firefox, há 3 anosSadly this bug is too much annoying: https://github.com/danielnixon/link-fixer/issues/58
- Avaliado em 5 de 5por Charles Cazabon, há 3 anosThank you for this! Far too many sites intercept ctrl-click and end up navigating the original page to the link destination in addition to the new tab that I had it open.
It was really annoying, and now it's perfect. - Avaliado em 5 de 5por Usuário 14603946 do Firefox, há 3 anosThis add-on is awesome. I thought I was going crazy when ctrl+click wasn't opening new tabs sometimes. Fixed my issue.
- Avaliado em 1 de 5por bariganavozom, há 4 anos
- Avaliado em 5 de 5por Usuário 10292680 do Firefox, há 4 anos
- Avaliado em 5 de 5por Usuário 15989592 do Firefox, há 5 anos
- Avaliado em 3 de 5por Dave-in-Boston, há 5 anosDoesn't seem to work on Eversource's website to view bills. This is their code.
View - Avaliado em 5 de 5por Usuário 12967581 do Firefox, há 6 anos
- Avaliado em 3 de 5por Usuário 10822314 do Firefox, há 6 anosWhy does this addon requests to "Access your data for all websites"? It's explained that "The extension can read the content of any web page you visit as well as data you enter into those web pages, such as usernames and passwords. " I don't this is needed for functioning of the add-on, can you explain please?
Resposta do desenvolvedor
publicado há 6 anosThat's due to "matches" being set to "all_urls". That's required for this add-on to work on all sites.
See:
* https://developer.chrome.com/extensions/match_patterns
* https://github.com/danielnixon/link-fixer/blob/master/manifest.json#L15
Feel free to audit the source at https://github.com/danielnixon/link-fixer
See also https://blog.mozilla.org/addons/2018/02/01/understanding-extension-permission-requests/