Quick Start
This guide will help you get Your NewTab up and running, then show you how to customize it to match your personal style.First Time Setup
Install the extension
Follow the installation guide to install Your NewTab from source on Chrome or Firefox.
Open a new tab
Press
Ctrl+T (Windows/Linux) or Cmd+T (Mac) to open a new tab.You should see:- A random inspirational quote in large text
- The author’s name below the quote
- A dark zinc background (default:
#18181b) - A settings icon (gear) in the bottom-left corner
Explore the quote
Each time you open a new tab, you’ll see a different quote. The extension fetches quotes from a curated collection and displays them randomly.Example quotes you might see:
- “The only way to do great work is to love what you do.” - Steve Jobs
- “Innovation distinguishes between a leader and a follower.” - Steve Jobs
- “Life is what happens when you’re busy making other plans.” - John Lennon
Customizing Your Experience
Your NewTab stores all customization preferences using the Chrome Storage API, so your settings persist across browser sessions.Opening Settings
Click the settings icon (⚙️) in the bottom-left corner to open the settings panel. The icon rotates 90° when the panel is open.Click outside the settings panel or click the icon again to close it.
Changing Background Color
The settings panel offers 6 preset colors plus a custom color picker:Choose a preset color
Click any of the 6 preset color boxes:
- White (
#fff) - Zinc Dark (
#18181b) - default - Blue (
#1e3a8a) - Indigo (
#312e81) - Green (
#166534) - Red (
#7f1d1d)
Use custom color (Optional)
For any other color:
- Click the color box with the ”+” icon (or your current custom color)
- A color picker opens
- Select any color you want
- The background updates in real-time as you adjust the color
Customizing Fonts
You can independently customize the font for both the quote text and the author name.Change quote font
In the settings panel, find the Quote font dropdown and select from 11 Google Fonts:
- Playfair Display (default) - elegant serif
- Space Grotesk - modern geometric
- Montserrat - clean sans-serif
- Proza Libre - readable serif
- Rubik - rounded sans-serif
- Roboto - classic sans-serif
- Oswald - condensed bold
- DM Sans - contemporary sans
- Inter - interface-optimized
- Numans - neutral sans
- Be Vietnam Pro - Vietnamese-optimized
- Only loads fonts you actually use
- Caches loaded fonts for better performance
- Prevents duplicate font loads
Settings Storage
All your preferences are automatically saved to Chrome’s local storage:- Your settings persist across browser restarts
- Settings sync automatically if you use Chrome Sync
- Default values are merged with saved settings
- Changes are saved immediately when you adjust any setting
Example Customizations
Here are some popular style combinations: Minimal White- Background: White (
#fff) - Quote Font: Inter
- Author Font: DM Sans
- Background: Zinc Dark (
#18181b) - default - Quote Font: Playfair Display
- Author Font: Montserrat
- Background: Blue (
#1e3a8a) - Quote Font: Space Grotesk
- Author Font: Oswald
- Background: Custom (
#2d1b1b) - Quote Font: Proza Libre
- Author Font: Be Vietnam Pro
Advanced Tips
Reset to defaults To reset all settings to defaults:- Open Chrome DevTools (
F12) - Go to Application → Storage → Local Storage
- Find the key
fuongz_just_random_quote - Delete it
- Refresh the tab
useUI.ts:48 in the onMounted hook.
Next Steps
You’re all set! Every new tab will now display inspirational quotes with your custom styling.View Source Code
Explore the implementation or contribute to the project
Report Issues
Found a bug or have a feature request? Let us know