MicroBreak

Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.

ما هو MicroBreak؟

MicroBreak هو إضافة Chrome تم تطويرها بواسطة https://seankim.tech، والميزة الرئيسية لها هي "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.".

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

screenshot

تحميل ملف CRX للإضافة MicroBreak

قم بتنزيل ملفات الامتداد MicroBreak بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for excessively long periods of time is a risk factor for early death.                    

معلومات أساسية عن التمديد

الاسم MicroBreak MicroBreak
ID ggnhlgpbddbpcgpcngkjapocmiljpblp
عنوان URL الرسمي https://chromewebstore.google.com/detail/microbreak/ggnhlgpbddbpcgpcngkjapocmiljpblp
الوصف Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.
حجم الملف 11.49 KB
عدد التثبيتات 90
النسخة الحالية 1.0
آخر تحديث 2018-02-23
تاريخ النشر 2018-02-22
تقييم 5.00/5 مجموع تقييمات 1
المطور https://seankim.tech
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MicroBreak",
    "description": "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "notifications"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "48.png"
    ]
}