stretchy

An extension to set timed intervals to take a break and stretch

stretchyคืออะไร?

stretchy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Wangden Sherpa และคุณลักษณะหลักของมันคือ "An extension to set timed intervals to take a break and stretch"

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

screenshot
screenshot

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

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

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

                        Reminds you to stretch at intervals that you set.

You can either do a stretch of your choosing or click on the notification to get directed to a Youtube video. 

You can choose to set times for both short (30s) and long (10 minute) videos. Short stretch videos are typically compilations, allowing users to do one or more stretches as they choose.                    

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

ชื่อ stretchy stretchy
ID ecgbdldimneddladbnionanfcpcepbcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg
คำอธิบาย An extension to set timed intervals to take a break and stretch
ขนาดไฟล์ 471 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2020-11-11
วันที่เผยแพร่ 2020-11-02
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Wangden Sherpa
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stretchy",
    "version": "0.0.5",
    "description": "An extension to set timed intervals to take a break and stretch",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "16icon.png",
            "48": "48icon.png",
            "128": "128icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "Stretch From Home"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "background"
    ]
}