A browser extension for Chrome that allows opening a custom HTML file as your new tab / startup page.
- Purpose
- Customization
- Compatibility
- Installation
- Technical details
- Customization
- Maintainer
- Project
- Credits
I like to open a custom locally stored homepage when opening new browser tabs, instead of hitting a server every time,
Even with caching, this should be snappier than loading a remote page as your New Tab, and is more customizeable than the default Chrome/Brave browser New Tab page.
Should work on recent versions of Chrome & Brave Browsers.
- Open
chrome://extensions
in your browser, and click the Developer mode checkbox on the top right. - Click the "Load unpacked extension" button
- Navigate to your folder and click select
Uses:
- Node 16
- TailwindCSS
Build your own! You can customize the new new tab page or build your own from scratch.
Requirements:
- Node 16+
Steps:
- Install:
npm install
- Start the styles builder:
npm run build:watch
- Modify the page: edit the contents of
/src/index.html
to your liking.
Styles are built to /src/css/style.css
👋🏻 Matt Fields - hello@mattfields.dev
🚀 Hire me! I'm available for work.
- Credit for inspiration for this project to this answer at Stack Exchange