Pomodoro GYM

Improve your productivity and your health with these simple workouts!

ما هو Pomodoro GYM؟

Pomodoro GYM هو إضافة Chrome تم تطويرها بواسطة onepopcorn.dev، والميزة الرئيسية لها هي "Improve your productivity and your health with these simple workouts!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Pomodoro GYM

قم بتنزيل ملفات الامتداد Pomodoro GYM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}