Tab_Light 版本历史 - 3 个版本
Tab_Light 作者: xXMacMillanXx
Tab_Light 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.2
发布于 2026年2月24日 - 12.45 KB适用于 firefox 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 许可证 发布
较早版本
版本 1.1
发布于 2026年2月23日 - 12.36 KB适用于 firefox 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 许可证 发布