Please stand up

Reminds you to stand up and strech once in a while

ما هو Please stand up؟

Please stand up هو إضافة Chrome تم تطويرها بواسطة pandaquests، والميزة الرئيسية لها هي "Reminds you to stand up and strech once in a while".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Please stand up

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

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

                        As most people nowadays sit way too much and sitting too much can create lots of health issues, this plugin helps you to mitigate that risk by reminding you to stand up and stretch once in a while. 

You will receive a pop up after a certain amount of time remind you to stretch. You can setup the amount of time.                    

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

الاسم Please stand up Please stand up
ID djhnfbibmdenhcaadlifhmpoboaelkah
عنوان URL الرسمي https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah
الوصف Reminds you to stand up and strech once in a while
حجم الملف 27.74 KB
عدد التثبيتات 200
النسخة الحالية 1.0.2
آخر تحديث 2019-03-21
تاريخ النشر 2019-03-20
تقييم 2.50/5 مجموع تقييمات 2
المطور pandaquests
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Please stand up",
    "description": "Reminds you to stand up and strech once in a while",
    "version": "1.0.2",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Please stand up",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "standup.png",
        "32": "standup.png",
        "48": "standup.png",
        "128": "standup.png"
    }
}