HomePage Lite (Version 10.0) is a lightweight, high-performance browser extension that replaces your default new tab page with a custom, beautifully integrated web dashboard via an iframe. It fully supports both Google Chrome (Manifest V3) and Mozilla Firefox (Manifest V2).
- Custom New Tab Page: Seamlessly loads
online-homepage-pro.vercel.appas your default new tab. - Live Metadata Syncing: Injects a content script to dynamically sync the live
<title>andfaviconfrom your dashboard to the browser tab every second (perfect for Single Page Applications). - Cross-Browser Sidebar Panel: Access your dashboard directly from the side of your screen using Chrome's
sidePanelAPI or Firefox'ssidebarAction. - Smart Welcome Banner: Displays a non-intrusive welcome banner on the new tab and sidebar that auto-hides after the first 60 seconds of launching the browser.
- Modern Popup UI: A sleek, gradient-styled popup menu with version info, live sync status, and a quick-launch sidebar button.
- Lifecycle Hooks: Automatically opens the GitHub repository on a fresh install and redirects for feedback upon uninstallation.
- Download or clone this repository.
- Open your browser and navigate to
chrome://extensions/. - Enable Developer mode (toggle in the top right corner).
- Click Load unpacked and select the root folder of this repository.
- (Note: The browser will automatically read the
manifest.jsonfile).
- Download or clone this repository.
- Important: Rename
manifest-firefox.jsontomanifest.json(replace the existing Chrome one). - Open Firefox and navigate to
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on...
- Select the
manifest.jsonfile from your project folder.