Workflow Timer - Google Chrome Extension
Overview
Workflow Timer is a minimalist Google Chrome extension designed to help you manage your time effectively. It allows you to set timers in 1-hour increments, aiding in productivity and time-blocking strategies. The extension was initially created in late 2023 using JavaScript, HTML, and CSS with React for development. In January 2024, the extension was updated to conform to Google Chrome's Manifest Version 3 standard.
Features
Start a 1-hour timer with the click of a button. Pause the timer at any point to resume later. Stop the timer before completion. Restart the timer after it completes. Installation
To install the extension:
Clone or download the repository. Open Google Chrome. Navigate to chrome://extensions/. Enable "Developer mode" at the top-right corner. Click "Load unpacked" and select the extension's directory. Usage
Click on the extension icon in the Chrome toolbar. Press the "Start" button to initiate a 1-hour timer. Pause the timer using the "Pause" button. Stop the timer with the "Stop" button. Restart the timer after completion by pressing "Start" again. Contributing
If you want to contribute to the development or report issues, feel free to submit a pull request or open an issue on the GitHub repository.
License
This project is licensed under the MIT License.
Acknowledgments
#Inspired by the need for a simple timer for time-blocking and productivity. #Developed using Google Chrome's Manifest Version 3 standard.