StraightenUp

Remind yourself to keep good posture

ما هو StraightenUp؟

StraightenUp هو إضافة Chrome تم تطويرها بواسطة Royserg، والميزة الرئيسية لها هي "Remind yourself to keep good posture".

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

screenshot
screenshot
screenshot

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

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

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

                        Extension provides functionality to setup a timer that reminds a user about straightening up back in chosen interval. Goal of this app is to help everyone maintain a good posture while using a browser.

It is common that we forget to properly sit in front of the PC, even hours with poor posture, bent back which only results in further pain and creates a habbit of staying in that position.                    

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

الاسم StraightenUp StraightenUp
ID cehchbnkbgenjlfnbmkfamfklnngjnnp
عنوان URL الرسمي https://chromewebstore.google.com/detail/straightenup/cehchbnkbgenjlfnbmkfamfklnngjnnp
الوصف Remind yourself to keep good posture
حجم الملف 515 KB
عدد التثبيتات 19
النسخة الحالية 1.1
آخر تحديث 2018-08-04
تاريخ النشر 2018-08-04
تقييم 5.00/5 مجموع تقييمات 1
المطور Royserg
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StraightenUp",
    "description": "Remind yourself to keep good posture",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens index.html"
        }
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}