https://github.com/nfreear/pomodoro-browser-ext
A Pomodoro countdown timer that helps you focus by blocking access to distracting websites.
https://github.com/nfreear/pomodoro-browser-ext
addon adhd attention browser-extension chrome-extension extension focus pomodoro pomodoro-clock pomodoro-timer
Last synced: about 1 month ago
JSON representation
A Pomodoro countdown timer that helps you focus by blocking access to distracting websites.
- Host: GitHub
- URL: https://github.com/nfreear/pomodoro-browser-ext
- Owner: nfreear
- License: gpl-3.0
- Created: 2024-08-02T19:18:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T18:12:48.000Z (over 1 year ago)
- Last Synced: 2025-06-05T06:27:29.384Z (12 months ago)
- Topics: addon, adhd, attention, browser-extension, chrome-extension, extension, focus, pomodoro, pomodoro-clock, pomodoro-timer
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/my-pomodoro-work-relax-fo/ciifljdpiobfiebfjlppcdakelfipiko
- Size: 882 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Install on: Chrome web store][chrome-badge]][chrome]
[![Node.js CI][ci-img]][ci]
# My Pomodoro Browser Extension
A [Pomodoro][] countdown timer that helps you focus by blocking access to distracting websites.
* Install on: [Chrome web store][chrome]
## Features
* 🔧 ⏱️ The block-list, timer duration and other settings are configurable
* 🌟 🖋️ Add a different emoji and optionally a note to each timer session
* 🔔 🫑 An audible bell helps you track your progress
* 🏹 🎯 Achieve greater focus!
* 🧠 Designed for and by [neurodivergent brains][neuro]
* 😎 ♿ Designed with [accessibility][a11y-wp] in mind
* 👷♀️ 🚧 Under active development
## WIP
Work-in-progress downloads:
* [extension.chromium.zip][] — _for Chrome, Edge & Chromium-based browsers_
* [extension.gecko.zip][] — _for Firefox & Gecko-based browsers_
## Ideas
* Vote and comment on [ideas][] 💡 💡
## Browser support
Currently, the extension supports Chrome, Edge, and to some extent Firefox. There is an [open issue][xbrowser] where I'm documenting progress.
## Privacy
* View the [Privacy policy][] 🔎 🔒
## Credit
* View [License][] and [Credits][]
## Accessibility
The extension uses semantic HTML markup, for example, `` and all input fields have associated labels. This and other features help to ensure that the extension is [accessible][] to all, including those who declare disabilities.
---
[![Install on: Chrome web store][chrome-svg]][chrome]
[pomodoro]: https://en.wikipedia.org/wiki/Pomodoro_Technique
[extension.chromium.zip]: https://nightly.link/nfreear/pomodoro-browser-ext/workflows/node.js/main/extension.chromium.zip
[extension.gecko.zip]: https://nightly.link/nfreear/pomodoro-browser-ext/workflows/node.js/main/extension.gecko.zip
[xbrowser]: https://github.com/nfreear/pomodoro-browser-ext/issues/1
"Cross-browser support (Firefox), #1"
[ideas]: https://github.com/nfreear/pomodoro-browser-ext/issues/22
"💡 Ideas — please VOTE ✅💡, #22"
[privacy policy]: /docs/PRIVACY.md
[credits]: /docs/CREDIT.md
[license]: /LICENSE.txt
[accessible]: https://www.w3.org/WAI/fundamentals/accessibility-intro/
[a11y-wp]: https://en.wikipedia.org/wiki/Accessibility
[neuro]: https://en.wikipedia.org/wiki/Neurodiversity
[chrome]: https://chromewebstore.google.com/detail/my-pomodoro-work-relax-fo/ciifljdpiobfiebfjlppcdakelfipiko
"Install on the Chrome Web Store"
[chrome-badge]: https://img.shields.io/badge/Chrome-Web_Store-blue?logo=chromewebstore&logoColor=white
[chrome-svg]: screenshots/badge/chrome-store-192px.svg
[chrome-bw]: https://unpkg.com/simple-icons@13.16.0/icons/chromewebstore.svg
[repo]: https://github.com/nfreear/pomodoro-browser-ext
[ci]: https://github.com/nfreear/pomodoro-browser-ext/actions/workflows/node.js.yml
[ci-img]: https://github.com/nfreear/pomodoro-browser-ext/actions/workflows/node.js.yml/badge.svg