Pomodoro Work + Stretch

25 minutes of productivity and 5 minutes of desk-friendly stretches — with correct exercise form detection.

Pomodoro Work + Stretch क्या है?

Pomodoro Work + Stretch pomodoroworkandstretch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "25 minutes of productivity and 5 minutes of desk-friendly stretches — with correct exercise form detection."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Features:
- The Pomodoro Technique®Timer: 25 minutes of work & 5 minutes of stretch break timer.
- During the 5 minute stretch break: 5 exercises to reduce body pain and muscle tension + a form detector to maintain good form while exercising.
- View time countdown until break or work.
- Non-intrusive tab notifications and popup.
- Customizable on/off feature.

Learn more at [https://sites.google.com/view/pomodoroworkandstretch](https://sites.google.com/view/pomodoroworkandstretch/home?authuser=0).

By installing this extension, you agree to the Terms of Service and Privacy Policy at [https://sites.google.com/view/pomodoroworkandstretch/terms-of-service-privacy-policy](https://sites.google.com/view/pomodoroworkandstretch/terms-of-service-privacy-policy?authuser=0). No video or user data is stored.                    

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

नाम Pomodoro Work + Stretch Pomodoro Work + Stretch
ID mbimichnnpdkniapbjenpkdenmmaokcd
आधिकारिक URL https://chromewebstore.google.com/detail/pomodoro-work-+-stretch/mbimichnnpdkniapbjenpkdenmmaokcd
विवरण 25 minutes of productivity and 5 minutes of desk-friendly stretches — with correct exercise form detection.
फ़ाइल का आकार 177 KB
स्थापना संख्या 986
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2021-03-31
प्रकाशन तिथि 2020-08-03
रेटिंग 4.50/5 कुल 8 रेटिंग्स
डेवलपर pomodoroworkandstretch
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/view/pomodoroworkandstretch
सहायता पृष्ठ URL https://sites.google.com/view/pomodoroworkandstretch/faq
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/pomodoroworkandstretch/terms-of-service-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pomodoro Work + Stretch",
    "version": "0.1.0",
    "description": "25 minutes of productivity and 5 minutes of desk-friendly stretches \u2014 with correct exercise form detection.",
    "icons": {
        "16": "assets\/favicon-16x16.png",
        "32": "assets\/favicon-32x32.png",
        "48": "assets\/logo-48x48.png",
        "128": "assets\/logo-128x128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "homepage_url": "https:\/\/pomodoroworkandstretch.glitch.me\/",
    "short_name": "Work+Stretch",
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "https:\/\/sites.google.com\/view\/pomodoroworkandstretch\/",
        "https:\/\/stretchmachine.glitch.me\/"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/favicon-16x16.png",
            "32": "assets\/favicon-32x32.png",
            "48": "assets\/logo-48x48.png",
            "128": "assets\/logo-128x128.png"
        },
        "default_title": "Stretch Break",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.png"
    ]
}