Close Duplicate Tabs on URL Change 版本历史 - 8 个版本
Close Duplicate Tabs on URL Change 作者: Shajirr
Close Duplicate Tabs on URL Change 版本历史 - 8 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 2026.4.17
发布于 2026年4月17日 - 15.6 KB适用于 firefox 58.0 及更高版本- added an option select of which tab to keep when closing duplicates - either the oldest one or the newest one. Mode to keep the oldest loaded tab is set as default.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
较早版本
版本 2025.12.28
发布于 2025年12月28日 - 14.31 KB适用于 firefox 58.0 及更高版本- increased compatibility with other addons that can can create duplicate tabs in the process of their operation, like in case of replacing a tab with a new one and closing the old one. Now the addon checks if the tab which originated the call still exists before closing the duplicates, and checks that at least 1 tab with the processed URL would remain after closing all duplicates.
- added a history of 20 last closed tabs (duplicates excluded), in case the addon closed something it shouldn't, so you would be able to recover the closed tab URLs from there. Added a button to clear said history.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2025.5.4
发布于 2025年5月4日 - 13.33 KB适用于 firefox 58.0 及更高版本addon status indicator (on / off) is changed from being part of the addon icon to being rendered separately via addon badge in order to improve visibility, since Firefox renders icons poorly due to their very small size源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2025.4.11
发布于 2025年4月11日 - 15.91 KB适用于 firefox 58.0 及更高版本Changed how the addon handles URL checks, tab closing and displaying notifications, by adding a queue system.- Added a queue for URL checks. Previously the addon would perform a check on each URL change and attempt to close duplicates immediately. This could slow down the browser, if tabs are being closed at the same time as you are opening new ones. Now the URL checks are queued, and performed 3 seconds after the last URL change.
- Added a queue for notifications to display them in a staggered manner, this avoids situations where several notifications are fired at the same time and expire at the same time, with the user being able to only see the first one before all of them expire.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2025.4.9.1
发布于 2025年4月9日 - 15.39 KB适用于 firefox 58.0 及更高版本- added notifications to reflect addon actions, can be disabled in the Options menu
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2025.4.9
发布于 2025年4月9日 - 14.73 KB适用于 firefox 58.0 及更高版本- added an ability to add the current page URL to the ignore list via page context menu entry
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2025.4.4
发布于 2025年4月4日 - 14.6 KB适用于 firefox 58.0 及更高版本- added an ability to specify protected URLs which would not be closed by this addon, in the addon's Options menu.
- added an ability to protect a specific tab from being closed, via a page context menu
- changed addon icons to .svg format
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布