Historique de versions de Tab_Light - 3 versions
Tab_Light par xXMacMillanXx
Historique de versions de Tab_Light - 3 versions
Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.
Dernière version
Version 1.2
Publié le 24 févr. 2026 - 12,45 KoFonctionne avec firefox 58.0 et versions supérieuresAction 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.Code source publié sous licence Licence MIT
Anciennes versions
Version 1.1
Publié le 23 févr. 2026 - 12,36 KoFonctionne avec firefox 58.0 et versions supérieuresHighlighting 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.Code source publié sous licence Licence MIT
Version 1.0
Publié le 3 mars 2025 - 11,16 KoFonctionne avec firefox 58.0 et versions supérieuresCode source publié sous licence Licence MIT