Persistent Tab Title Changer 版本历史 - 1 个版本
Persistent Tab Title Changer 作者: ClasixTV
Persistent Tab Title Changer 版本历史 - 1 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 4.1
发布于 2025年12月2日 - 11.26 KB适用于 firefox 142.0 及更高版本v1.0 – Initial ReleaseBasic popup UI to enter a custom title for the active tab.
Title applied immediately via document.title injection.
Titles persisted only until tab reload; lost on browser restart.
v2.0 – Storage IntegrationAdded storage.local to save custom titles keyed by tab ID.
Titles reapplied automatically when a tab reloads.
Cleanup logic removes stored titles when a tab is closed.
Limitation: titles did not survive browser restarts (tab IDs change).
v3.0 – Domain-Based PersistenceSwitched storage from tab ID → domain name.
Titles now persist across browser restarts and PC shutdowns.
Any page on the same domain inherits the saved custom title.
Popup updated to show current domain and saved title.
v3.5 – AMO Compliance UpdatesAdded browser_specific_settings.gecko block with unique add‑on ID.
Declared data_collection_permissions with collects_data: false and required: ["none"].
Fixed validation errors for AMO submission.
v4.0 – Content Script EnforcementIntroduced content-script.js running at document_start.
Overrides document.title setter to prevent sites from overwriting custom titles.
Ensures <title> element stays locked to the saved value.
Eliminated need to refresh after restart — titles now apply instantly and persistently.
Popup UI enhanced with “Remove saved title” option.
v4.1 – Manifest Compatibility FixUpdated strict_min_version to 142.0 to align with Firefox’s support for data_collection_permissions.
Removed AMO warning about mismatched minimum version.源代码遵循 Mozilla 公共许可证 2.0 发布