Get Up and Move

Reminders to get up and move around while you're working at the computer

ما هو Get Up and Move؟

Get Up and Move هو إضافة Chrome تم تطويرها بواسطة https://ashleythedeveloper.co، والميزة الرئيسية لها هي "Reminders to get up and move around while you're working at the computer".

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

screenshot

تحميل ملف CRX للإضافة Get Up and Move

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

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

                                            

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

الاسم Get Up and Move Get Up and Move
ID kpplgpbcgnhoiijnbiaikndpcognlcmg
عنوان URL الرسمي https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg
الوصف Reminders to get up and move around while you're working at the computer
حجم الملف 16.16 KB
عدد التثبيتات 138
النسخة الحالية 1.1.0
آخر تحديث 2017-03-31
تاريخ النشر 2017-03-31
تقييم 3.00/5 مجموع تقييمات 1
المطور https://ashleythedeveloper.co
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Up and Move",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "background": {
        "page": "eventpage.html",
        "persistent": false
    },
    "options_page": "options.html",
    "description": "Reminders to get up and move around while you're working at the computer",
    "web_accessible_resources": [
        "icon48.png"
    ]
}