New Tab version history - 6 versions
New Tab by gabrielzschmitz
New Tab version history - 6 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.2.1
Released Mar 26, 2025 - 22.98 MBWorks with firefox 109.0a1 and later- Replaced
var browser = chrome || browser
withglobalThis.browser = chrome
to properly define thebrowser
object in Chrome
while maintaining cross-browser compatibility.
Source code released under MIT License
Download Firefox and get the extensionYou'll need Firefox to use this extension- Replaced
Older versions
Version 1.2
Released Mar 23, 2025 - 22.98 MBWorks with firefox 109.0a1 and later- 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
Source code released under MIT License
- Added a "Reset Hero Image" button in
Version 1.1.2
Released Mar 15, 2025 - 22.98 MBWorks with firefox 109.0a1 and laterchore(release): bump version to 1.1.2
- Updated manifest.json to reflect version 1.1.2.
- Updated the packaged new-tab.zip file accordingly.Source code released under MIT License
Version 1.1.1
Released Mar 15, 2025 - 3.18 MBWorks with firefox 109.0a1 and laterfix(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 pageSource code released under MIT License
Version 1.1
Released Mar 14, 2025 - 3.18 MBWorks with firefox 109.0a1 and laterfix(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 messagesSource code released under MIT License
Version 1.0
Released Mar 4, 2025 - 19.96 MBWorks with firefox 109.0a1 and laterSource code released under MIT License