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 라이선스에 따라 릴리스된 소스 코드
이전 버전
버전 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 라이선스에 따라 릴리스된 소스 코드