A fresh, modern and minimal new tab page for your browser.
Download for Firefox | Download for Chrome
Requires Node 22 and npm 10. Using the development server only works on Chrome, on Firefox you have to build and install the extension manually (see below)
-
Install
node_modulesnpm i -
Run the development server
npm run dev -
Install the browser extension as unpacked
Requires Node 22 and npm 10
-
Install
node_modulesnpm i -
Build the extension
npm run buildAlternatively, build for a specific platform
npm run build:chrome npm run build:firefox -
The extension package can be found in
./release/edgetab-*.zip