Tab_Light のバージョン履歴 - 全 3 バージョン
Tab_Light 作成者: xXMacMillanXx
Tab_Light のバージョン履歴 - 全 3 バージョン
古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。
最新バージョン
バージョン 1.2
リリース日 : 2026年2月24日 - 12.45 KBfirefox バージョン 58.0 以降 で動作Action 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.ソースコードは MIT License に従いリリースされています
以前のバージョン
バージョン 1.1
リリース日 : 2026年2月23日 - 12.36 KBfirefox バージョン 58.0 以降 で動作Highlighting 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.ソースコードは MIT License に従いリリースされています