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 هو إضافة Chrome تم تطويرها بواسطة pomodoroworkandstretch، والميزة الرئيسية لها هي "25 minutes of productivity and 5 minutes of desk-friendly stretches — with correct exercise form detection.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pomodoro Work + Stretch

قم بتنزيل ملفات الامتداد Pomodoro Work + Stretch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://sites.google.com/view/pomodoroworkandstretch/faq
عنوان صفحة سياسة الخصوصية 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"
    ]
}