⌛ Jira Timer Extension#
Add a timer to the Jira Kanban board which resets whenever the Quick Filters change - This is a Chrome Extension
✨ Features#
- 🕒 Big Clock - Visible for all participants in Dailys / Standups (Agile Project Management)
- 🔵 Circular Visualiser - Get a better feeling for how much timer is left
- ⭕ Red Stopwatch - Count the time back up after it ran out with red warnings
- 🤏 Minimize Timer - Whenever the timer is in your way, just hit the minimize button and it counts down in the background
📚 Resources#
- 📖 Load unpacked extensions - Complete setup guide
⚙️ Configuration#
You can search for those terms to adjust settings for your needs:
| Terms | Description | Default |
|---|---|---|
totalSeconds |
The total time every speacker should be allowed to speak before the stopwatch starts | 90 |
lightskyblue |
Adjust the default color for the circular surroundings (2x in content.js, 1x in timer.css) |
lightskyblue |
red |
Default color for the warning circular surroundings (1x in content.js, 1x in timer.css) |
red |
Take a closer look in the timer.css to adjust:
widthandheightof the clock (default:30rem)- positioning with
top,right,bottomor/andleftrespectfully border-radius, and so on...
📤 Outputs#
Displayes a big timer in the bottom left corner on the Jira page.
🚀 Quick Start#
- Clone this repository with
git clone https://github.com/trueberryless/jira-timer-extension - Go to
manifest.jsonand adapt thehost_permissionsandcontent_scripts[].matchesto your companies Jira domain. - Go to
chrome://extensions/in a Chromium-based browser - Enable
Developer Modein the top right corner - Click
Load unpackedand choose the local files you cloned in step one (root directory of this repo). - Enjoy 🥳
Made with ❤️ by @trueberryless