A beautiful Chrome extension that transforms your new tab into a time management dashboard, helping you stay mindful of your remaining time each day. Inspired by the “Motivation” Chrome extension.
The easiest way to install ValueTime is through the Chrome Web Store.
chrome://extensions/
git clone https://github.com/googleknight/Value-Time.git
cd Value-Time
chrome://extensions/
ValueTime follows a modular architecture pattern to make the codebase maintainable and extensible:
Core Components (app/components/
): Reusable UI components that handle specific features like timers, settings panels, and onboarding flows.
State Management (app/managers/
): Service modules that handle specific functionality:
timerManager.js
: Core timer logic and custom timer handlingquoteManager.js
: Fetches and rotates motivational quotesthemeManager.js
: Handles theme switching between light/dark modesstorageManager.js
: Manages persistent data using Chrome’s storage APIsettingsManager.js
: User preferences and configurationuiManager.js
: Controls UI updates and interactionsPage Controllers (app/pages/
): Orchestrate components and manage page-specific logic for main view, settings, and onboarding.
Utilities (app/utils/
): Shared helper functions, constants, DOM manipulation, and an event bus for communication between modules.
Entry Points:
home.html
: Main extension page that loads when opening a new tabapp.js
: Application bootstrap that initializes the extensiontimeapp.js
: Core time calculation and display logicIf you’re new to the project, start by exploring these files:
app/timeapp.js
: Main application logic for time calculationsapp/managers/timerManager.js
: Custom timer implementationapp/components/timer.js
: Timer UI componentcss/style.css
: Styling and theme definitionsmanifest.json
: Extension configuration and permissionsValueTime helps you:
ValueTime takes your privacy seriously. We only collect anonymous usage statistics to improve the extension. Read our Privacy Policy for more details.
Contributions are welcome! Feel free to submit issues and pull requests.
Copyright (c) 2025 Shubham Mathur. All rights reserved.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or concerns, please contact: