A Microsoft Edge extension that replaces the default new tab page with a minimal, clean black page.
- Minimalist design with clean black background
- Replaces the default new tab page
- No distractions or unnecessary elements
- Simple and lightweight implementation
- Clone or download this repository
- Open Microsoft Edge and navigate to
edge://extensions/ - Enable "Developer mode" using the toggle in the bottom-left corner
- Click "Load unpacked" and select the folder containing the extension files
- The extension should now be installed and active
Note: This extension is not yet available in the Edge Add-ons Store.
Once installed, simply open a new tab in Edge to see the custom new tab page. You can:
- Use the search bar to search the web with Bing
- Click on any quick link to visit that website
- Add new links using the "Add New Link" button
- Delete links by hovering over them and clicking the X button
The extension stores your quick links in the browser's local storage. You can customize:
- The links shown on the new tab page
- Each link's title and URL
manifest.json- Extension manifest filenewtab.html- HTML for the custom new tab pagestyles.css- CSS styling for the new tab pagenewtab.js- JavaScript functionalityicons/- Extension icons
This extension doesn't require any build process. You can modify the files directly and reload the extension to see changes.
MIT
- Initial version developed with github copilot