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 许可证 发布
下载 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 许可证 发布
- 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 许可证 发布
版本 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 许可证 发布
版本 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 许可证 发布