A homepage chrome extension that transforms your new tab page into a personalized dashboard. Manage bookmarks, organize tasks with Google Tasks integration, and stay on top of your schedule with Google Calendar sync.
- View all your Chrome bookmarks in one place
- Quick add bookmarks directly from the dashboard
- Delete bookmarks with one click
- Organized and easy to navigate
- Sync with your Google Tasks
- Create new tasks from the dashboard
- View all your tasks at a glance
- One-click refresh to stay in sync
- Display upcoming events for the next 30 days
- See event dates and times
- Stay on top of your schedule
- One-click calendar refresh
- Modern, responsive design conforming to Apple Human Interface Guidelines
- Smooth animations and transitions
- Works perfectly on desktop and mobile-sized windows
- Full dark mode support
- Clone this repository to your local machine.
- Open Chrome and navigate to
chrome://extensions/. - Enable Developer Mode in the top right corner.
- Click Load unpacked and select the directory containing this project.
- Open a new tab to see your new dashboard!
If you want to package the extension for distribution:
# Create a zip archive for the Chrome Web Store
bash build.shOr create a signed CRX:
npm install
node scripts/create-crx.jsNo Tracking - No analytics or user tracking.
Read-Only Context - Limited permissions requested to Google services.
Secure OAuth - Uses standard Google authentication flows.
Found a bug or have a feature idea? Feel free to open an issue or submit a pull request!
MIT License