A very simple new tab page extension meant to stay out of your way while still being a pleasant distraction for those who need something to look at while they think.
You can, just hit the reload button and you should get a new image!
Don't wanna see the beaches and oceans anymore? You can go to the settings side panel and change the search query!
Firefox
-
Copy the
manifest.xpi.json
file to thesrc
directory -
Rename it to
manifest.json
-
Click "Debug Add-ons"
-
Click "Load temporary Add-on..." and find the
src
directory
Chromium
-
Copy the
manifest.crx.json
file to thesrc
directory -
Rename it to
manifest.json
-
Open your extension settings
-
Toggle developer mode (Usually located on the same page)
-
Click "Load unpacked" and find the
src
directory
With Python installed, run build.py
in your terminal with the argument of what type of extension you want.
Chromium: python3 build.py crx
Firefox: python3 build.py xpi
Both: python3 build.py both
This has only been tested with Python 3.10.11 on Windows