Left Tab Focus on Close 版本历史 - 3 个版本
Left Tab Focus on Close 作者: Mark Mark
Left Tab Focus on Close 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.1.1
发布于 2026年6月15日 - 66.67 KB适用于 firefox 109.0a1 及更高版本Firefox Manifest V3 uses event pages, so the background script can restart with an empty in-memory snapshot cache. After restarting Firefox with multiple restored windows, a close event could arrive before the extension had a reliable pre-close snapshot for that window; in that case it intentionally did nothing and Firefox's default right-tab focus remained. The extension now initializes on browser startup, mirrors tab-order snapshots to session-scoped storage, restores that state after event-page restarts, keeps a larger history, and indexes the last snapshot seen for each tab so restore-event bursts cannot evict the closed tab's position before tabs.onRemoved runs.源代码遵循 保留所有权利 发布
较早版本
版本 1.1.0
发布于 2026年6月9日 - 51.27 KB适用于 firefox 109.0a1 及更高版本In certain situations, closing a tab would activate the tab to the right rather than the left. This happened when the browser closed more than one tab at the same time — for example, when using "Close Tabs to the Right", closing multiple selected tabs, or "Close Other Tabs". The extension was assuming only one tab had been removed, so its position math could point at the wrong tab. It now finds the correct target by matching tab IDs directly against the pre-close tab order, which works reliably regardless of how many tabs were removed at once.源代码遵循 保留所有权利 发布
版本 1.0.0
发布于 2026年5月22日 - 9.6 KB适用于 firefox 109.0a1 及更高版本源代码遵循 保留所有权利 发布