New Tab의 버전 기록 - 6개 버전
New Tab 제작자: gabrielzschmitz
New Tab의 버전 기록 - 6개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.2.1
2025년 3월 26일에 출시 - 22.98 MBfirefox 109.0a1 이상에서 작동- Replaced
var browser = chrome || browser
withglobalThis.browser = chrome
to properly define thebrowser
object in Chrome
while maintaining cross-browser compatibility.
MIT License에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함- Replaced
이전 버전
버전 1.2
2025년 3월 23일에 출시 - 22.98 MBfirefox 109.0a1 이상에서 작동- Added a "Reset Hero Image" button in
index.html
- Initialized
resetHeroImageButton
indom-elements.js
- Registered event listener for resetting the hero image in
main.js
- Implemented
initializeResetHeroImage
function insettings.js
to clear
custom hero image and restore default - Adjusted
showSaveMessage
styling inui.js
for better visibility - Updated styles in
main.css
to match existing button designs
MIT License에 따라 릴리스된 소스 코드
- Added a "Reset Hero Image" button in
버전 1.1.2
2025년 3월 15일에 출시 - 22.98 MBfirefox 109.0a1 이상에서 작동chore(release): bump version to 1.1.2
- Updated manifest.json to reflect version 1.1.2.
- Updated the packaged new-tab.zip file accordingly.MIT License에 따라 릴리스된 소스 코드
버전 1.1.1
2025년 3월 15일에 출시 - 3.18 MBfirefox 109.0a1 이상에서 작동fix(settings): improve hero image handling and reset behavior
- Add support for custom hero image URLs when no local image is available
- Ensure default hero image is retrieved with the correct extension URL
- Remove redundant local image handling logic insaveSettings
- Improve reset behavior by adding a delay before reloading the pageMIT License에 따라 릴리스된 소스 코드
버전 1.1
2025년 3월 14일에 출시 - 3.18 MBfirefox 109.0a1 이상에서 작동fix(bookmarks): prevent duplicate delete buttons and improve event handling
- Remove existing delete buttons before adding new ones to avoid duplicates
- Stop event propagation when clicking delete to prevent unintended behavior
refactor(settings): simplify UI update logic and reload page after saving
- Removed redundant hero background and dark mode updates
- Unified UI update logic by closing the popup and reloading the page
- Ensured consistency in save messagesMIT License에 따라 릴리스된 소스 코드