New Tab 版本紀錄 - 6 個版本
New Tab 作者: gabrielzschmitz
New Tab 版本紀錄 - 6 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
最新版本
版本 1.2.1
發行於 2025年3月26日 - 22.98 MB適用於 firefox 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 MB適用於 firefox 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 MB適用於 firefox 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 MB適用於 firefox 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 MB適用於 firefox 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 條款釋出