Histórico de versões do New Tab Address Bar Workaround - 2 versões
New Tab Address Bar Workaround por ericchase
Histórico de versões do New Tab Address Bar Workaround - 2 versões
Cuidado com versões antigas! Essas versões são exibidas com propósito de referência e testes.Devemos sempre usar a versão mais recente de uma extensão.
Versão mais recente
Versão 0.1.4
Lançado em 10 de mai de 2020 - 13,26 KBFunciona em firefox 48.0 em dianteAdded code to skip reloading of pages that are currently loading. New tabs open with the 'completed' status. Any tabs with the 'loading' status are probably not new tabs, and therefore, should not be reloaded when moving to another window.Código fonte publicado sob The Unlicense
Baixe o Firefox e instale a extensãoVocê precisa do Firefox para usar esta extensãoVersões mais antigas
Versão 0.1.3
Lançado em 1 de dez de 2019 - 13,06 KBFunciona em firefox 48.0 em dianteDiscovered that when tabs are 'attached' to a different window, the target window does not receive focus. By utilizing the 'windows.update' api with '{ focused:true }', the target window gets the expected mouse/keyboard focus. Combined with the original workaround idea, this fixes the issue when moving new tabs between existing windows, and to a newly create window.Código fonte publicado sob The Unlicense