Posture Reminder

Reminders to periodically correct your posture.

ما هو Posture Reminder؟

Posture Reminder هو إضافة Chrome تم تطويرها بواسطة https://adamgonen.com، والميزة الرئيسية لها هي "Reminders to periodically correct your posture.".

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

screenshot

تحميل ملف CRX للإضافة Posture Reminder

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

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

                        Simple and lightweight extension that reminds you at different intervals to correct your posture in order to get into the habit of having a healthy posture while using your computer.

Features:
- Built-in On/Off switch
- Reminders at intervals of 15 minutes, 30 minutes, 1 hour, 2 hours, or random (between 30 minutes and 4 hours).
- Non-obtrusive reminders                    

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

الاسم Posture Reminder Posture Reminder
ID kjfkmlhcgelgmepdemdhkgioggaffibj
عنوان URL الرسمي https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj
الوصف Reminders to periodically correct your posture.
حجم الملف 15.17 KB
عدد التثبيتات 10,981
النسخة الحالية 1.2.0
آخر تحديث 2022-07-02
تاريخ النشر 2020-03-31
تقييم 2.79/5 مجموع تقييمات 24
المطور https://adamgonen.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Posture Reminder",
    "version": "1.2.0",
    "manifest_version": 2,
    "author": "Adam Gonen",
    "description": "Reminders to periodically correct your posture.",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "PostureReminder",
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}