Productive Cycles

Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.

Qu'est-ce que Productive Cycles ?

Productive Cycles est une extension Chrome développée par Diego Serrano, et sa fonction principale est "Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Productive Cycles

Téléchargez les fichiers d'extension Productive Cycles au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        It is great for working on projects, studying, writing, making budgets, and open-ended tasks.

Features
- Progress tracker
- Pomodoro workflows
- Configure the number of cycles you want to complete
- Configure the time you want these cycles to last
- Automatic mode will start and end cycles for you
- Reminders to take a break, and to start work again
- Dark mode

Release notes (0.7.1)
- French language 🇫🇷
- Special thanks to Nick W. for the translation                    

Informations de Base sur l'Extension

Nom Productive Cycles Productive Cycles
ID lhcaggipefcoefbijhmdehhloonnlobh
URL Officiel https://chromewebstore.google.com/detail/productive-cycles/lhcaggipefcoefbijhmdehhloonnlobh
Description Maximize your productivity with this simple-yet-complete Pomodoro timer. Track your effort and get reminded to take breaks.
Taille du Fichier 411 KB
Nombre d'Installations 379
Version Actuelle 0.7.1
Dernière Mise à Jour 2021-07-08
Date de Publication 2020-06-10
Évaluation 5.00/5 Total 7 Évaluations
Développeur Diego Serrano
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.7.1",
    "default_locale": "en",
    "icons": {
        "16": "manifest-icons\/icon-16.png",
        "48": "manifest-icons\/icon-48.png",
        "128": "manifest-icons\/icon-128.png",
        "512": "manifest-icons\/icon-512.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "manifest-icons\/icon-512.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "idle"
    ]
}