Tab Count in Window Title 版本历史 - 20 个版本
Tab Count in Window Title 作者: Lej77
Tab Count in Window Title 版本历史 - 20 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 5.7
发布于 2021年12月26日 - 92.57 KB适用于 firefox 60.0 及更高版本- Feature: don't recount all tabs in a window to determine the current tab count when there is a lot of tabs in that window. The limit can be configured in the options page and recounting can be turned off completely as well.
- Bug fix: didn't correctly handle setting resets (data was cleared, but addon needed to be restarted before it read the changed settings).
- Performance: improved performance for tab counter.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 5.6
发布于 2021年9月9日 - 88.39 KB适用于 firefox 60.0 及更高版本- Feature: don't set titles for popup windows (configurable via settings page, but enabled by default).
- Feature: link that opens the options page in a separate tab.
- Feature: some changes to the option page's dark theme.
- Change: change option page text to note that the "Workaround for no title in new tab pages" is no longer needed since the underlying Firefox bug has been fixed.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 5.5
发布于 2020年6月12日 - 87.07 KB适用于 firefox 60.0 及更高版本- Fix: regression on "Workaround for no title in new tab pages", some timing issues was introduced in version 5.0.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 5.4
发布于 2020年6月12日 - 86.13 KB适用于 firefox 60.0 及更高版本- Fix: a race condition when setting a window's title preface.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 5.3
发布于 2020年6月12日 - 86.03 KB适用于 firefox 60.0 及更高版本- Fix: a race condition when setting a window's title preface to an empty string.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 5.2
发布于 2020年6月12日 - 86.02 KB适用于 firefox 60.0 及更高版本- Change: better warnings about optional
"sessions"
permission, especially in earlier Firefox versions (before Firefox 77).
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
- Change: better warnings about optional
版本 5.1
发布于 2020年6月12日 - 85.18 KB适用于 firefox 60.0 及更高版本- Change: the "sessions" permission is now optional. Note that this requires Firefox 77.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 5.0
发布于 2020年6月12日 - 84.33 KB适用于 firefox 60.0 及更高版本- Feature: popup and option pages have support for dark theme (can be disabled via the options page).
- Settings: allow setting the width of the popup.
- New placeholder:
%ActiveTabIndex%
placeholder that is replaced with an index based on the current selected tab. - New placeholder:
%IfRegexMatch%
placeholder that allows for different placeholders depending on if a text (that can contain other placeholders) matches a regular expression. - New placeholder:
%Comma%
and%Percent%
placeholders to write text that would have been interpreted as placeholders. - Change: make the popup slightly wider.
- Change: refactored code to use modules.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 4.8
发布于 2019年2月26日 - 56.63 KB适用于 firefox 56.0 及更高版本- Bug fix: the default title prefix had more than one space and caused userChrome.css rules to stop working.
- Buf fix: %Count% placeholder could fail to update in some situations.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 4.7
发布于 2019年2月6日 - 56.61 KB适用于 firefox 56.0 及更高版本- Improvement: %Count% placeholder doesn't consider different tab counts to be unique prefixes.
- Settings: changed the title prefix for default settings to allow for using window names.
- New placeholder: show some text only if the current window has a window name.
- Settings: added a button to reset all settings to default values.
- UI improvement: keyboard support for collapsable sections and for the settings button in the toolbar button's popup.
源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 4.6
发布于 2018年9月6日 - 54.74 KB适用于 firefox 56.0 及更高版本* Bug fix: keyboard shortcut can't be detected in Firefox 64.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 4.5
发布于 2018年7月24日 - 54.36 KB适用于 firefox 56.0 及更高版本* Fixed bug when disabling "Workaround for no title in new tab pages". The workaround would become permanently disabled until the extension was restarted.
* Customizable keyboard shortcut to open popup. (Requires Firefox 60 or later.)
* Fixed black border on popup when using dark themes.
* Style changes for override settings in popup.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 4.4
发布于 2018年5月15日 - 52.18 KB适用于 firefox 56.0 及更高版本Added placeholders for OS, processor architecture, browser version and browser build id.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 4.3
发布于 2018年5月14日 - 51.28 KB适用于 firefox 56.0 及更高版本Style improvements to settings page and popup page.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 4.2
发布于 2018年4月10日 - 44.33 KB适用于 firefox 56.0 及更高版本Bug fixes.
The "sessions" permission is needed to save window specific data such as window names.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 4.1
发布于 2018年4月9日 - 40.81 KB适用于 firefox 56.0 及更高版本Bug fixes.
The "sessions" permission is needed to save window specific data such as window names.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 4.0
发布于 2018年4月9日 - 40.81 KB适用于 firefox 56.0 及更高版本* Separated don't count tabs in private windows and don't set title prefixes for private windows into 2 options.
* New format placeholder %Count%: an integer, starts as 1 and increments until the window's prefix is unique.
* Can now name windows. This is done via the extension's toolbar button. To set the name in the window prefix use the %WindowName% format placeholder.
* Window names can be inherited so that an opened window get the same name as the window that was selected when the new window opened.
* Override title preface formatting in specific windows via the extension's toolbar button.
* New workaround to fix "title prefix not visible on new tab pages".
Note: now needs "sessions" permission to save window specific data such as window names.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 3.0
发布于 2018年4月6日 - 16.17 KB适用于 firefox 56.0 及更高版本Fixed incorrect tab count when closing multiple tabs at the same time.
Added a placeholder for total tab count of all windows.
Added an option to ignore private windows. When this option is enabled the title preface won't be set for private windows and the total tab count will not count tabs from private windows.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 2.1
发布于 2018年2月16日 - 11.84 KB适用于 firefox 56.0 及更高版本Added options page with ability to reset window title prefixes without restarting the browser. The option page also makes it possible to change the title prefix format and the maximum update rate of the tab count.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.1
发布于 2018年2月16日 - 5.31 KB适用于 firefox 56.0 及更高版本Simple code. No support for changing prefix format. Counter update rate is hard coded to 5 times a second. Requires browser restart to reset title prefixes after extension is disabled.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布