Let's Move

Take healthy breaks while working

Let's Move क्या है?

Let's Move pmshah707 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take healthy breaks while working"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Let's Move एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Let's Move Let's Move
ID lonkaecnmeegphliaamikdjdjngjilnd
आधिकारिक URL https://chromewebstore.google.com/detail/lets-move/lonkaecnmeegphliaamikdjdjngjilnd
विवरण Take healthy breaks while working
फ़ाइल का आकार 17.67 MB
स्थापना संख्या 220
वर्तमान संस्करण 1.7
अंतिम अपडेट 2021-08-15
प्रकाशन तिथि 2021-04-02
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर pmshah707
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}