Let's Move
Take healthy breaks while working
Was ist Let's Move?
Let's Move ist eine Chrome-Erweiterung, die von pmshah707 entwickelt wurde, und ihr Hauptmerkmal ist "Take healthy breaks while working".
Erweiterungsscreenshots
Let's Move-Erweiterungs-CRX-Datei herunterladen
Laden Sie Let's Move-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Let's Move helps you stay productive as you work from home. Excess sitting has been descirbed as new smoking, bringing down employee health and productivity. During remote work scenarios, it becomes challenging to detox from your computers and take a break during the flow of your work. Research has shown that timely breaks and exercises during work helps you stay productive and healthy, reducing risks to diseases like obesity, Let's Move works on the principle of Pomodoro, helping you break your work in durations of 45 minutes and indicates with a notification when it is time to take a break and suggests stretching exercises you can do from desk to keep you active. There is also a color-changing icon that shows you activity levels based on your web usage Green indicates you're active and doing well. You may continue working when the icon is green Yellow indicates you can consider taking a break Red indicates you have completed 45 mins and should take a break before continuing work. Simply click on the icon to get suggestion about the stretching exercise you can do from your work desk :) Brought to you by Nikha Garg and Purvish Shah. Creatives by Shweta Ratanpura Happy using our product. Feel free to share your feedback on this form. Thank you Link : https://forms.gle/BoHLCxUfFLwNGKep8
Grundlegende Informationen zur Erweiterung
Name | Let's Move |
ID | lonkaecnmeegphliaamikdjdjngjilnd |
Offizielle URL | https://chromewebstore.google.com/detail/lets-move/lonkaecnmeegphliaamikdjdjngjilnd |
Beschreibung | Take healthy breaks while working |
Dateigröße | 17.67 MB |
Installationsanzahl | 220 |
Aktuelle Version | 1.7 |
Letztes Update | 2021-08-15 |
Veröffentlichungsdatum | 2021-04-02 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | pmshah707 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Let's Move", "version": "1.7", "description": "Take healthy breaks while working", "icons": { "16": "img\/Active.png", "48": "img\/Active.png" }, "browser_action": [], "permissions": [ "storage", "notifications", "tabs", "contextMenus" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "offline_enabled": true } |