Pomodoro GYM

Improve your productivity and your health with these simple workouts!

Pomodoro GYM क्या है?

Pomodoro GYM onepopcorn.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve your productivity and your health with these simple workouts!"।

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

screenshot
screenshot

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

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

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

                        Even if you work from home or in an office, this extension will help you to stay focused and be healthy at the same time. Pomodoro GYM sends you a notification every couple of hours with a workout to do.  Be more fit and boost your productivity.

Configure the exercises and how often you want to see them. Deactivate the workouts you don't like or don't feel confortable with and let the extension pick a random one for you. 

NEW FEATURES:
- Now it's possible tu create your own workouts (or anything else!) and used them along the default workouts.
- Countdown for the next notification has been added on the settings panel.                    

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

नाम Pomodoro GYM Pomodoro GYM
ID obkeojiifjeicgdpdccibdjefhhkaelh
आधिकारिक URL https://chromewebstore.google.com/detail/pomodoro-gym/obkeojiifjeicgdpdccibdjefhhkaelh
विवरण Improve your productivity and your health with these simple workouts!
फ़ाइल का आकार 445 KB
स्थापना संख्या 112
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2022-01-14
प्रकाशन तिथि 2020-07-01
रेटिंग 5.00/5 कुल 8 रेटिंग्स
डेवलपर onepopcorn.dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pomodoro GYM",
    "description": "Improve your productivity and your health with these simple workouts!",
    "browser_action": {
        "default_title": "Pomodoro GYM",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/app-icon-16x16.png",
        "48": "icons\/app-icon-48x48.png",
        "128": "icons\/app-icon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "fonts\/*.ttf",
        "icons\/*.svg"
    ],
    "offline_enabled": true,
    "version": "1.2.2"
}