Skip to content

A simple pomodoro timer extension for browser

License

Notifications You must be signed in to change notification settings

Rakllan/Pomodoro-Timer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro Timer

A customizable Pomodoro timer extension with break intervals, sound notifications and an aesthetic violet theme.

Features

  • Customizable Timer: Set focus time and break time.
  • Break Intervals: Switch between focus time and break time after each cycle.
  • Sound Notifications: Notification sound when the timer finishes a cycle.
  • Minimalist UI: Clean and simple interface with a violet color theme.
  • Keyboard Shortcuts: Start/Stop (Ctrl+Shift+P), Reset (Ctrl+Shift+R).

Installation

From Source

To install the Pomodoro timer extension from source:

  1. Clone this repository:

    git clone https://github.com/GodOfZap/Pomodoro-Timer.git
  2. Navigate to the extension directory:

    cd Pomodoro-Timer
  3. Open Chrome and go to chrome://extensions/.

  4. Enable Developer Mode (toggle at the top right of the page).

  5. Click on “Load unpacked” and select the folder where you saved the extension files (Pomodoro-Timer).

  6. The extension should now be active in your browser toolbar.

Usage

  • Start Timer: Click on the "Start" button to begin the timer.
  • Reset Timer: Click the "Reset" button to reset the timer back to the default focus time.
  • Adjust Time: Use the input fields to adjust the focus and break times.

Contributing

We welcome contributions to improve this extension! If you'd like to contribute, follow these steps:

  1. Fork the repository on GitHub.

  2. Clone your fork locally:

    git clone https://github.com/GodOfZap/Pomodoro-Timer.git
  3. Create a new branch for your feature or fix:

    git checkout -b feature/your-feature-name
  4. Make your changes in the codebase.

  5. Commit your changes:

    git add .
    git commit -m "Add your commit message"
  6. Push your changes to your fork:

    git push origin feature/your-feature-name
  7. Create a pull request on GitHub to have your changes reviewed and merged.

Customization

  • Theme Color: The extension uses a beautiful violet theme by default. You can change the theme color by modifying the popup.css file if needed.

License

This project is open-source and available under the GPLv3 License.

About

A simple pomodoro timer extension for browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.4%
  • CSS 24.3%
  • HTML 16.3%