Stand Up Reminder

A reminder to stand up and stretch your legs for one minute every hour.

Stand Up Reminderคืออะไร?

Stand Up Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tonybatts.com และคุณลักษณะหลักของมันคือ "A reminder to stand up and stretch your legs for one minute every hour."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stand Up Reminder

ดาวน์โหลดไฟล์ส่วนขยาย Stand Up Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Sitting at your desk all day can take its toll, this extension will remind you to get up and stretch your legs for one minute of every hour.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stand Up Reminder Stand Up Reminder
ID bkjfmpffdfllcgmniicjpgmmlbplblhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stand-up-reminder/bkjfmpffdfllcgmniicjpgmmlbplblhb
คำอธิบาย A reminder to stand up and stretch your legs for one minute every hour.
ขนาดไฟล์ 295 KB
จำนวนการติดตั้ง 2,514
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-02-01
วันที่เผยแพร่ 2021-01-31
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://tonybatts.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tonybatts.com/
URL หน้าช่วยเหลือ https://www.tonybatts.com/#contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stand Up Reminder",
    "version": "1.0",
    "description": "A reminder to stand up and stretch your legs for one minute every hour.",
    "short_name": "Stand Up",
    "permissions": [
        "alarms",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "popup.html"
    }
}