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 pageソースコードは MIT 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 messagesソースコードは MIT License に従いリリースされています