A minimalist "New Tab" Chrome extension that provides a moment of focus and inspiration with curated motivational quotes and a beautiful, dynamic background.
- Curated Stoic Quotes: Daily inspiration from Marcus Aurelius, Seneca, Epictetus, and other deep thinkers.
- Minimalist Clock: A clean time display to keep you on track.
- Dynamic Background: A lightweight particle system that creates a serene atmosphere.
- Accent Theme: Colors that automatically adapt to each new quote.
- HTML5/CSS3: Clean, semantic structure and modern styling.
- JavaScript: Pure vanilla JS for logic and animations.
- Manifest V3: Compliant with the latest Chrome extension standards.
- Canvas API: Efficient particle animation system.
- Clone this repository or download the source code.
- Open Google Chrome.
- Navigate to
chrome://extensions/. - Enable Developer mode (toggle in the top right).
- Click Load unpacked.
- Select the project folder.
manifest.json: Extension configuration.newtab.html: Layout for the new tab page.newtab.js: Logic for quotes, clock, and particle system.styles.css: Visual styling and layout.