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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}