Persistent Tab Title Changer의 버전 기록 - 1개 버전
Persistent Tab Title Changer 제작자: ClasixTV
Persistent Tab Title Changer의 버전 기록 - 1개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 4.1
2025년 12월 2일에 출시 - 11.26 KBfirefox 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 Public License 2.0에 따라 릴리스된 소스 코드