Tab_Licht Versionsgeschichte – 3 Versionen
Tab_Licht von xXMacMillanXx
Tab_Licht Versionsgeschichte – 3 Versionen
Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.
Neueste Version
Version 1.2
Veröffentlicht 24. Feb. 2026 – 12,45 KBFunktioniert mit firefox 58.0 und höherAction setting
In the extension settings I added a new selection for which action to take on a match. The default is 'highlight' to highlight tabs if they match with a link, but the new action 'follow', will follow the link if it matches, making that tab the active one.
Improved performance
Rather than getting all tabs and iterating over them and matching them myself, I now use the very handy 'url' attribute for tabs.query, so I already get the tabs I need, which reduces processing time.Quelltext steht unter der MIT-Lizenz
Ältere Versionen
Version 1.1
Veröffentlicht 23. Feb. 2026 – 12,36 KBFunktioniert mit firefox 58.0 und höherHighlighting tabs got more stable
Sometimes a tab stayed highlighted even if it shouldn't, because of an issue with the events, this was reworked and is now in a better state.
Options for tab matching
The extension now has settings, which can set three presets. Match the url exactly, match the url without the hashtag part, match the url without the query and hashtag.Quelltext steht unter der MIT-Lizenz
Version 1.0
Veröffentlicht 3. März 2025 – 11,16 KBFunktioniert mit firefox 58.0 und höherQuelltext steht unter der MIT-Lizenz