Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Total Suspender 版本历史 - 15 个版本

Total Suspender 作者: k5md

评分 4.2 / 5
4.2 / 5 星
5
47
4
15
3
5
2
6
1
6
Total Suspender 版本历史 - 15 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 3.7.0

    发布于 2020年4月18日 - 233.29 KB
    适用于 firefox 62.0 及更高版本
    - Change toggle button styles for the sake of consistency
    - Fix alignment of file input buttons
    - Add Russian locale support

    源代码遵循 MIT 许可证 发布

    您需要 Firefox 来使用此扩展
    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 3.6.0

    发布于 2019年10月1日 - 232.09 KB
    适用于 firefox 62.0 及更高版本
    - German locale support added, thanks to @jrie ( https://github.com/k5md/Total-Suspender-webextension/pull/23 )

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 3.5.0

    发布于 2019年7月22日 - 230.65 KB
    适用于 firefox 62.0 及更高版本
    - [CHANGE!] - Now "Suspend now if criteria match" action works even when automatic suspension is disabled
    - Discardable tabs are now sorted by the access time. Requested in https://github.com/k5md/Total-Suspender-webextension/issues/14 .
    - [CHANGE!] - "Suspend when the loaded tabs count reaches" option now works in a more predictable way. With tabs being sorted from oldest to newest, it suspends the excess old tabs.
    - French Localization fixes ( suggested in https://github.com/k5md/Total-Suspender-webextension/pull/17 )
    - Added options to tabs context menu to whitelist or blacklist domains
    - Changed tabs count indicator background color (requested in https://github.com/k5md/Total-Suspender-webextension/issues/11 )
    - Fixed bug multiple browser windows tabs count indication bug

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 3.4.3

    发布于 2019年7月18日 - 230.48 KB
    适用于 firefox 62.0 及更高版本
    - Added support for French locale, thanks to @zek0faws ( https://github.com/k5md/Total-Suspender-webextension/pull/16 )

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 3.4.2

    发布于 2019年7月5日 - 228.89 KB
    适用于 firefox 62.0 及更高版本
    Fixed a bug with ignore pinned tabs option being ignored, issue: https://github.com/k5md/Total-Suspender-webextension/issues/12
    Fixed a blacklist import bug

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 3.4.1

    发布于 2019年6月20日 - 228.84 KB
    适用于 firefox 62.0 及更高版本
    - Made blacklisting functionality (hopefully) clearer:
    BEFORE: if a user enables blacklist and leaves the list itself empty, no tabs will be suspended
    NOW: empty blacklist is equal to having blacklist disabled
    - Implemented internationalization support, new languages will be added soon.
    If you want to participate in translating the extension texts into your language, please, refer to https://github.com/k5md/Total-Suspender-webextension/blob/master/src/_locales/en/messages.json and either create a pull request or create an issue on github.
    - Whitelist and blacklist entries can now be edited.
    - Users can now import/export lists in JSON format.
    - Added button to quickly clear list.
    - Added regex support for whitelists and blacklists, requested in https://github.com/k5md/Total-Suspender-webextension/issues/9
    The input string should look like this: \regex\/yourpattern/yourflags

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 3.3

    发布于 2019年4月11日 - 86.64 KB
    适用于 firefox 62.0 及更高版本
    - Added an option to ignore pinned tabs (enabled by default, as it was implicitly in previous versions).
    - Individual tabs can be suspended, whitelisted and blacklisted via tab context menu (right click on a tab), even if suspension is disabled in settings.
    - Added an action to suspend all tabs ignoring settings.
    - Wording fix for immediate suspension option, proposed in https://github.com/k5md/Total-Suspender-webextension/issues/8
    - Wording fix for tabs threshold option, proposed in https://github.com/k5md/Total-Suspender-webextension/issues/7

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 3.2

    发布于 2019年4月2日 - 82.02 KB
    适用于 firefox 62.0 及更高版本
    Quality of life improvements:
    - Implemented blacklisting fuctionality requested in https://github.com/k5md/Total-Suspender-webextension/issues/4 . Now users can suspend only tabs matching patterns from the blacklist (ignoring those from whitelist).
    - implemented tabs threshold feature requested in - https://github.com/k5md/Total-Suspender-webextension/issues/5 . It is possible to set a threshold for tabs so that if tabs count is below the threshold, they won't be suspended.
    Interface updates:
    - Tabs counter now displayed on extension's icon, requested in https://github.com/k5md/Total-Suspender-webextension/issues/3
    - Small UI-tweaks
    - Fixed bug with white- and blacklisting

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 3.0

    发布于 2019年3月26日 - 32.63 KB
    适用于 firefox 62.0 及更高版本
    - Fixed a bug with whitelisting when upgrading from previous versions, that do not have this feature
    - Wording fix - https://github.com/k5md/Total-Suspender-webextension/issues/3
    - Extension icon is used instead of firefox default in extensions

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 2.8

    发布于 2019年3月19日 - 31.2 KB
    适用于 firefox 62.0 及更高版本
    - Implemented whitelisting functionality. Users can now enter URLs or their parts to the corresponding field and the tabs, which url's contain these patterns will not be discarded. May be useful when reading manuals or browsing tubes.
    - Added "tabs" to the required permissions list.
    - Added button to suspend tabs immediately using current settings.
    - Fixed bug in removed version 2.5 that made extension not working correctly when upgrading from previous versions.
    - Fixed bug in removed versions 2.6-2.7 that caused extension not working correctly with whitelisting enabled
    - Suspending can be now disabled

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 2.4

    发布于 2019年3月5日 - 30.05 KB
    适用于 firefox 62.0 及更高版本
    - Fixed bug that led to suspension of pinned tabs
    - Application icon changed

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 2.3

    发布于 2019年2月16日 - 30.27 KB
    适用于 firefox 62.0 及更高版本
    Updated interface
    Set a royalty free icon instead of the standard one
    Refactored code
    Added unit tests

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 2.0

    发布于 2019年2月12日 - 8.3 KB
    适用于 firefox 62.0 及更高版本
    Only one user-permission required (storage, to save configuration)
    Allows some customisation (click on the extension icon):
    - Discard (or not) sound playing tabs
    - Delay individual tab discarding

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.1

    发布于 2019年2月3日 - 5.34 KB
    适用于 firefox 62.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.0

    发布于 2019年2月2日 - 34.8 KB
    适用于 firefox 58.0a1 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。