Codename: Exhaust fumes
A pretty minimalistic new tab extension. Allows you to set the background (opacity + color + image) and use gadgets. Also, using the After Dark gadget, you can use an After Dark screensaver instead of an image!
Still kinda looks crufty, but it works.
Image with gadget
Color with gadget
Settings panel
Image without gadget
After Dark screensaver with Gadget (on Microsoft Edge)
They can be moved around! You can try writing one of your own (there is no public way to load them, so you have to modify the source code).
They're defined in useGadgets.ts and written in src/gadgets. DummyGadget (without state) and CounterGadget (with state) are pretty simple examples.
npm run build
npm run watch
A million, it's built on React and random code off the web. I'll garuantee one thing, it doesn't spy on you - which was half the reason why I decided to make it.
After Dark screensavers provided by bryanbraun/after-dark-css
Icons for Weather Gadget made by iconixar
More copyright notices inside the settings panel.