Time Quote Extension is a productivity-focused browser extension that displays the current time and a random motivational quote each time a new tab is opened. It also includes useful features like a water intake tracker, tab counter, and a stopwatch with microsecond precision, all designed to help users stay motivated and organized throughout their day.
- Displays the current time in the center of the new tab with a stylish format.
- A collection of 50+ motivational quotes that change randomly every time a new tab is opened, keeping you inspired throughout the day.
- Tracks how many glasses of water you've had in a day.
- Automatically resets at 5:30 AM daily to encourage healthy hydration habits.
- Keeps track of how many tabs you've opened during the day.
- Also resets daily at 5:30 AM to help monitor your browsing habits.
- A simple but effective stopwatch with microsecond precision.
- You can start, pause, and reset the stopwatch with easy controls.
- Stopwatch state (running/paused) and time are saved using
localStorage
, so you don't lose your progress even after closing the browser.
- A simple task manager to keep track of your to-do items.
- Add, edit, mark as complete, or delete tasks with intuitive buttons.
- Tasks are saved to
localStorage
so your list is preserved between sessions. - The To-Do List can be opened by clicking a button on the main screen. It automatically closes when you switch tabs or press the
Escape
key.
- Clone the repository or download the ZIP file.
git clone https://github.com/RaghavOG/chrome-personalised-extension.git
- Open your browser (Brave, Chrome, or any Chromium-based browser).
- Navigate to
chrome://extensions/
in the browser address bar. - Enable Developer mode by toggling the switch in the top right.
- Click on Load unpacked and select the folder where the extension is located.
- The extension is now installed and will be active every time you open a new tab.
- Current Time & Quotes: Every time a new tab is opened, the time and a random motivational quote will be displayed.
- Water Tracker: Click the water icon to add a glass of water to your daily intake count.
- Stopwatch: Use the stopwatch to time your activities, with the option to pause or reset.
- To-Do List: Add your daily tasks by clicking the To-Do button. The list will automatically save your tasks until you complete or delete them.
- HTML5
- CSS3
- JavaScript (including
localStorage
for data persistence)
- Custom Themes: Add more theme options for user customization.
- Reminders: Allow users to set reminders for tasks and water intake.
Contributions are welcome! Feel free to open an issue or submit a pull request with improvements or bug fixes.