Overwork
Overwork helps you take breaks when you need them.
Qu'est-ce que Overwork ?
Overwork est une extension Chrome développée par kubgus, et sa fonction principale est "Overwork helps you take breaks when you need them.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Overwork
Téléchargez les fichiers d'extension Overwork 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
Do you ever get sucked into a task... a little too much? Sometimes we forget to live real life while finishing out homework assignments, making sales presentations or adding that new website feature. I've been there. So I created overwork. It's a simple Chromium (Chrome, MS Edge, ...) extension that allows you to track how long you've been working and set a reminder to relax with fun challenges you can try.
Informations de Base sur l'Extension
Nom | Overwork |
ID | jhpbphonlhcgjieobohcpamgejbbkkcj |
URL Officiel | https://chromewebstore.google.com/detail/overwork/jhpbphonlhcgjieobohcpamgejbbkkcj |
Description | Overwork helps you take breaks when you need them. |
Taille du Fichier | 24.41 KB |
Nombre d'Installations | 50 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2023-10-28 |
Date de Publication | 2023-10-25 |
Développeur | kubgus |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Overwork", "version": "1.1.1", "description": "Overwork helps you take breaks when you need them.", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "alarms", "background", "notifications", "storage" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" } } |