A Minimal & Productive Chrome New Tab Extension
Replace your boring Chrome new tab with a dark-themed, developer-friendly dashboard featuring quotes, a clock, shortcuts, and full state management.
- 🎨 Minimal Dark Theme – Designed to reduce eye strain and keep things clean
- 🕒 Digital Clock – Stay on top of time, styled for dev vibes
- 💬 Random Quotes – Get fresh inspiration every time you open a new tab
- ⚡ Shortcuts Panel – Add, edit, and delete your favorite links
- 🔄 State Management – All changes persist, your setup stays exactly how you like it
- 🚀 Lightweight – Fast loading with minimal resource usage
- Node.js (v16 or higher)
- pnpm (recommended) or npm
-
Clone the repository
git clone https://github.com/tanmay-bhatgare/my-own-tab.git cd my-own-tab -
Install dependencies
pnpm install # or npm install -
Start development server
pnpm dev # or npm run dev
-
Build the extension
git clone https://github.com/tanmay-bhatgare/my-own-tab.git cd my-own-tab pnpm install pnpm build -
Load in Browser
- Open Chrome and navigate to
chrome://extensions/oredge://extensions/for Edge - Enable Developer mode (toggle in top-right corner)
- Click Load unpacked
- Select the
distfolder from your project directory - Done! ✅
- Open Chrome and navigate to
- Install Extension file
- head to GitHub Releases and install
.crxfile - just drag and drop it to chrome extension window and all done.
- Clock Display - Shows current time prominently
- Inspirational Quotes - Refresh for new motivation
- Quick Shortcuts - Click the sidebar to manage your favorite links
- Persistent Settings - Your customizations are automatically saved
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all contributors who help improve this extension
- Inspired by the need for a cleaner, more productive new tab experience
- Built with modern web technologies for optimal performance
- 🐛 Bug Reports: GitHub Issues
- 💡 Feature Requests: GitHub Discussions

