Please stand up

Reminds you to stand up and strech once in a while

Please stand upคืออะไร?

Please stand up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pandaquests และคุณลักษณะหลักของมันคือ "Reminds you to stand up and strech once in a while"

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

screenshot
screenshot

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

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

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

                        As most people nowadays sit way too much and sitting too much can create lots of health issues, this plugin helps you to mitigate that risk by reminding you to stand up and stretch once in a while. 

You will receive a pop up after a certain amount of time remind you to stretch. You can setup the amount of time.                    

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

ชื่อ Please stand up Please stand up
ID djhnfbibmdenhcaadlifhmpoboaelkah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah
คำอธิบาย Reminds you to stand up and strech once in a while
ขนาดไฟล์ 27.74 KB
จำนวนการติดตั้ง 200
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2019-03-21
วันที่เผยแพร่ 2019-03-20
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา pandaquests
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Please stand up",
    "description": "Reminds you to stand up and strech once in a while",
    "version": "1.0.2",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Please stand up",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "standup.png",
        "32": "standup.png",
        "48": "standup.png",
        "128": "standup.png"
    }
}