Stretch Reminder

Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.

Stretch Reminderคืออะไร?

Stretch Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grace Guan และคุณลักษณะหลักของมันคือ "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches."

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

screenshot
screenshot

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

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

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

                        Stretch Reminder reminds you to stretch every 30, 60, or 120 minutes with upper, lower, or full body, office-friendly exercises. 

Sitting all day at work? Stretch Reminder will give you stretches that you can do comfortably and quickly at your workplace. 

In pain or looking for more exercises? Schedule a consultation with one of our physical therapists at http://physera.com/direct.                    

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

ชื่อ Stretch Reminder Stretch Reminder
ID mompfanjjmgmhfghbfjdkaebobndblmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd
คำอธิบาย Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
ขนาดไฟล์ 2.24 MB
จำนวนการติดตั้ง 1,251
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2020-04-13
วันที่เผยแพร่ 2020-04-08
คะแนน 4.36/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Grace Guan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://guanzgrace.github.io/stretch
URL หน้าช่วยเหลือ http://guanzgrace.github.io/stretch
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stretch Reminder",
    "version": "0.4.0",
    "description": "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.",
    "icons": {
        "16": "logo\/Logo_physera_16.png",
        "48": "logo\/Logo_physera_48.png",
        "128": "logo\/Logo_physera_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "homepage_url": "https:\/\/guanzgrace.github.io\/stretch\/",
    "short_name": "Stretch",
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "https:\/\/physera.com\/"
    ],
    "browser_action": {
        "default_title": "Stretch Reminder",
        "default_popup": "popup.html"
    }
}