All Projects â†’ esfxra â†’ productive-cycles-webext

esfxra / productive-cycles-webext

Licence: MIT license
Simple-yet-complete Pomodoro timer for Firefox and Google Chrome. Built with the WebExtensions API and React.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to productive-cycles-webext

Slick Fox
đŸĻŠ A userchrome.css file that has rounded tabs and a url bar that can disappear when not selected on. It works with any themes.
Stars: ✭ 210 (+1135.29%)
Mutual labels:  firefox-addon
Startpage
A minimal starpage for Chrome and Firefox
Stars: ✭ 240 (+1311.76%)
Mutual labels:  firefox-addon
JSONViewer
Chrome Extension, Format several JSON documents in one window, depends to your screen width, up to 6.
Stars: ✭ 49 (+188.24%)
Mutual labels:  firefox-addon
Bandwidth Hero
💂 Saves data by compressing images on web page
Stars: ✭ 220 (+1194.12%)
Mutual labels:  firefox-addon
Refined Github
Browser extension that simplifies the GitHub interface and adds useful features
Stars: ✭ 16,446 (+96641.18%)
Mutual labels:  firefox-addon
Dollchan Extension Tools
The best way to browse imageboards
Stars: ✭ 247 (+1352.94%)
Mutual labels:  firefox-addon
Wallabagger
Chrome / Firefox / Opera plugin for wallabag v2.
Stars: ✭ 202 (+1088.24%)
Mutual labels:  firefox-addon
react-redux-boilerplate
A React boilerplate based on Redux, React Router, styled components and Parcel
Stars: ✭ 62 (+264.71%)
Mutual labels:  parcel-bundler
Panorama Tab Groups
An add-on for Firefox that implements the old Tab Groups/Panorama functionality
Stars: ✭ 230 (+1252.94%)
Mutual labels:  firefox-addon
sc ext
Sitecore Extensions is a browser extension which improves user experience inside Sitecore CMS
Stars: ✭ 27 (+58.82%)
Mutual labels:  firefox-addon
What Have You Made Today
Chrome & FireFox extension to replace the default home page. What have you made today?
Stars: ✭ 223 (+1211.76%)
Mutual labels:  firefox-addon
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+122700%)
Mutual labels:  firefox-addon
Minimal Twitter
Minimal Theme for the new Twitter UI đŸĻ
Stars: ✭ 247 (+1352.94%)
Mutual labels:  firefox-addon
Simpread Little
įŽ€æ‚Ļ( SimpRead ) ¡ čŊģ阅į‰ˆ
Stars: ✭ 216 (+1170.59%)
Mutual labels:  firefox-addon
Gecko-Profiler-Addon
(deprecated) Addon to control the Gecko Built-in Profiler
Stars: ✭ 20 (+17.65%)
Mutual labels:  firefox-addon
Firefox Scripts
userChromeJS / autoconfig.js and extensions
Stars: ✭ 202 (+1088.24%)
Mutual labels:  firefox-addon
Twitch Hls Adblock
Block advertisements that are inserted in Twitch streams directly.
Stars: ✭ 242 (+1323.53%)
Mutual labels:  firefox-addon
Notion-Boost-browser-extension
Chrome & Firefox extension for Notion to add 20+ features like sticky outline, small text & full width by default, hide comments & help button, bolder text etc. Download here: https://gourav.io/notion-boost
Stars: ✭ 367 (+2058.82%)
Mutual labels:  firefox-addon
slack-channels-grouping
Chrome extension. Grouping slack channels.
Stars: ✭ 69 (+305.88%)
Mutual labels:  firefox-addon
enterprise-policy-generator
The Enterprise Policy Engine allows administrators to configure Firefox via a configuration file. The Enterprise Policy Generator helps to create the configuration file.
Stars: ✭ 57 (+235.29%)
Mutual labels:  firefox-addon

Productive Cycles

Pomodoro-inspired timer extension for Firefox and Google Chrome

This article from the Trello blog explains it nicely

Features

  • Timer with configurable minutes
  • Configurable cycles - number of periods the user wants the timer to repeat itself for
  • Tracker for completed cycles during each session
  • Notifications sent to the user once the timer expires

Inspiration

  • A hands-on project to practice Javascript, and to learn more about listeners + asynchronous programming
  • Automating a technique that has worked really well for me
  • Chrome extension vs. mobile app: quicker deployment
  • This became an opportunity to publish a piece of software in a store for the first time

License

MIT License; check out the LICENSE.md file in the repo

References

Icons

From the open source collection Font Awesome


Manual Installation

  1. Clone the repository git clone https://github.com/diegoserranor/productive-cycles-webext.git

  2. Install the necessary modules npm install (assuming you have Node installed)

  3. Run a production build with npm run build

  4. Load the extension to the browser:

    • Firefox - Visit about:debugging and load it as a temporary extension

    • Chrome - Visit chrome:extensions, enable the developer mode, and load it as an unpacked extension

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].