Sequential Tab Loader 版本历史 - 11 个版本
Sequential Tab Loader 作者: Shajirr
Sequential Tab Loader 版本历史 - 11 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 2026.8.12
发布于 2026年8月12日 - 28.17 KB适用于 firefox 58.0 及更高版本- added "Drop duplicate URLs from tab creation queue" option - when enabled, an URL being added to the creation queue will be checked, and if it's already in the queue, it won't be added again. Prevents accidentally opening the same address multiple times when opening many links.
- added "Enable tab ignore signal listener" option - if you have a bookmarklet that opens tabs, they will likely end up blank if added to the loading queue. With this option enabled your bookmarklet can send a signal to ignore these tabs, so they could load correctly.
- tabs opened from the creation queue now open relative to the tab that was their source. Previously, they were opened relative to the active tab, which could result in them being opened in the wrong place if you switched the active tab.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
较早版本
版本 2026.7.8
发布于 2026年7月8日 - 26.6 KB适用于 firefox 58.0 及更高版本- Fixed an issue with auto-save system when changing multiple different settings quickly would only save the last change, now all changes should be buffered and then saved correctly.
- Fixed an issue where background script could execute some tasks faster than the settings were loaded from storage, leading to it using default settings instead.
- Added "javascript:" URLs to the list of unsupported/ignored URLs.
- Added checks for unsupported URLs in several places where they were missing, like in "Reload Tabs (Queued)" command.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2026.7.1
发布于 2026年7月1日 - 25.82 KB适用于 firefox 58.0 及更高版本- Options page now auto-saves settings, instead of using manual save
- Settings were moved to sync storage, so they can be synced via Firefox account
- Added a debug mode toggle to enable diagnostic logs
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2026.4.23.1
发布于 2026年4月23日 - 30.97 KB适用于 firefox 58.0 及更高版本- added a "Reload Tabs (Queued)" tab context menu entry that will add selected tabs to a loading queue, to load them sequentially.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2026.1.7
发布于 2026年1月7日 - 30.94 KB适用于 firefox 58.0 及更高版本- replaced Alt+click option checkbox with a dropdown list instead
- added a new Alt+click mode - add a link to the tab creation queue. Instead of creating a new discarded tab immediately and then loading tabs via queue, the new mode creates tabs sequentially - the next tab is not created before the current one finishes loading.
- added safeguard timers which should restart the tab loading/creation automatically in case the queue gets stuck for some reason
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2025.10.8
发布于 2025年10月8日 - 29.29 KB适用于 firefox 58.0 及更高版本Fixed the inconsistent / incorrect display of "Alt+click links to open in discarded tabs" option in the Options menu.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2025.9.30
发布于 2025年9月29日 - 29.29 KB适用于 firefox 58.0 及更高版本- Added a new option - "Alt+click links to open in discarded tabs", which does just that. The difference is that the tabs opened this way are already created in a discarded state right away, rather than the addon trying to intercept user-created tabs and discard them. This option should be more efficient, as tabs will not be loading anything + will be guaranteed to get their URL.
- Added display of the "Tab loading behaviour" on the addon's badge. Now, when "Don't load tabs" or "Keep tabs discarded" is selected, the badge will display "X" with a grey background.
- Status of "Tab loading behaviour" can now be changed directly from the addon icon's context menu - useful if you just want to just open some tabs in a discarded state, without them being loaded.
- Max queue limit increased to 500
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2025.6.6
发布于 2025年6月6日 - 26.87 KB适用于 firefox 58.0 及更高版本- Improved the "Resume loading", "Load next tab" and "Empty the queue" commands.
- When "Tab loading delay" setting is not zero, "Maximum concurrent tabs to load" will be greyed out and disabled, to indicate when its not active.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2025.6.5
发布于 2025年6月5日 - 26.61 KB适用于 firefox 58.0 及更高版本- added new context menu options which can be accessed when right clicking the addon icon - "Resume loading", "Load next tab" and "Empty the queue"
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2025.6.4
发布于 2025年6月4日 - 26.36 KB适用于 firefox 58.0 及更高版本- Now clicking on a tab that is in the queue waiting to load will remove it from the queue, to prevent it from being reloaded needlessly
- Added a configurable tab discarding delay option - should help in cases where diverted tabs get no URL if discarded immediately
- Added a configurable tab loading delay option - can specify time in ms before the next tab starts loading after the previous one finished loading
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布