Hello, fellow Incredible Startpagers!
The third extension that received an update! Version 1.8 is out now. If you're new to Incredible Startpage, this is a simple tutorial. Or you can catch up on everything about this extension in these posts.
Just like the other extensions that were updated recently, little is changed visually, but under the hood, it's like we've given extension a whole new engine to run on, all to keep up with the latest Manifest V3.
What's Changed?
- Migrate to Manifest V3 (Not surprising, right?)
- Remove Chrome Apps tab (They no longer exist, right?)
Important Change on Notepad Storage
The content in the notepad is now synced using chrome.storage instead of relying on bookmarks as a workaround. This keeps the data within the extension's scope. However, it also means that if you uninstall the extension, the notepad content will be lost. This is different from the previous version, where the bookmarks were not removed when uninstalling the startpage.
A sidenote regarding syncing the notepad: if you have enabled this option, you also need to enable Chrome Sync for the extension (not bookmarks anymore). If you uninstall the extension on one machine, it will disappear on another machine with the same profile. This means that the notepad content will be deleted along with the extension. This is how syncing is intended to work, and we hope you understand this functionality before using it.
Recently Close tabs
In this version, the chrome.sessions API is used to bring back recently closed tabs, ensuring that both tabs and windows are restored with their history and positions from the start page.
Just a heads-up, though: you won't be able to clear them directly within the extension (because no such Chrome API is available to extension). So, I've added a handy toggle button to help you manage the visibility of your tabs in this area. If you need to clear your recently closed tabs, simply hop over to the history settings.
Problems after upgrade
I tried moving all settings to the new V3, but if something went awry. Here's what you can do:
Missing notepad content?
If you had notepad sync on, check the bookmark in "Extension settings > Incredible Startpage Notepad."
Lost other settings?
Right-click and inspect the startpage, then type "localStorage" in the console; your old settings should be there.
That's all for now. Enjoy!