This is a New Tab browser extension made with Svelte and Vite.
If you want to support my work, star the project on github and consider donating here - Donationalerts.
Try the extension - https://start.uuuuuno.fun/
Download for Firefox - https://addons.mozilla.org/firefox/addon/unonewtab/
Download for Chrome (and other Chromium browsers) - Coming soon
This extension is made by uuuuuno and RonanRU and licensed under GPL v3.
Your contributions are welcome!
You will need node and pnpm to develop the extension
-
Install the dependensies with
pnpm install
-
Launch the development server with
pnpm dev
-
Build the extension with
pnpm build
All extension files will be in
./dist/
folder. You may need to copy themanifest.json
to the dist folder manualy if you are not on unix-like os.