Arviot lisäosalle Open in new tab
Open in new tab tekijä Ramkumar K R
6 arviota
- Arvioitu 3/5kirjoittanut LudwigWN, neljä vuotta sitten2017 review: Works pretty well, except it seems for "stuff.co.nz" where it tends to open links in same tab most of the time, but sometimes does open in a new tab. Confused? So am I! Maybe a Firefox bug involved?
Above is still the case in December 2021 [& Dec22] ... has this Add-on been abandoned by Ramkumar K R? - Arvioitu 3/5kirjoittanut Firefox-käyttäjä 10292680, neljä vuotta sitten
- Arvioitu 3/5kirjoittanut Firefox-käyttäjä 13487987, seitsemän vuotta sitten
- Arvioitu 3/5kirjoittanut WRCS-UK, seitsemän vuotta sitten
- Arvioitu 3/5kirjoittanut showens, kahdeksan vuotta sittenNeeds an option to open the new tab next to the current tab.
- Arvioitu 3/5kirjoittanut Firefox-käyttäjä 12708137, kahdeksan vuotta sittenHi, great addon, and great idea, but why not the option to open link in a new background tab? (sorry for my english, I hope you understand) Cheers
¿Por qué no tiene opción de abrir links en segundo plano?Kehittäjän vastaus
lähetetty kahdeksan vuotta sittenHi,
I thought about your suggestion and found out that there are two ways for this -
a. "Bad" Workaround - Overriding a browser configuration in about:config - You can change the browser behavior to open all links which open in a new tab in the background by setting the
"browser.tabs.loadDivertedInBackground" config to true.
More info on - https://stackoverflow.com/q/7386208
b. Using the "tabs" API of webextensions - This would require an almost complete rewrite of the extension and can break a number of websites. I would like to use the tabs API but it will take a long time to iron out all the bugs and release it.
Thanks,