Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

x-t/exhaust-fumes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unnamed New Tab Extension

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.

Screenshots

Image with gadget

Image with gadget

Color with gadget

Color with gadget

Settings panel

Settings panel

Image without gadget

Image without gadget

After Dark screensaver with Gadget (on Microsoft Edge)

After Dark screensaver with Gadget (on Microsoft Edge)

Gadgets

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.

Building

npm run build

Developing

npm run watch

Dependencies

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.