Get Up and Move

Reminders to get up and move around while you're working at the computer

Get Up and Moveคืออะไร?

Get Up and Move เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ashleythedeveloper.co และคุณลักษณะหลักของมันคือ "Reminders to get up and move around while you're working at the computer"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Up and Move

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

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

                                            

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

ชื่อ Get Up and Move Get Up and Move
ID kpplgpbcgnhoiijnbiaikndpcognlcmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg
คำอธิบาย Reminders to get up and move around while you're working at the computer
ขนาดไฟล์ 16.16 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2017-03-31
วันที่เผยแพร่ 2017-03-31
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://ashleythedeveloper.co
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Up and Move",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "background": {
        "page": "eventpage.html",
        "persistent": false
    },
    "options_page": "options.html",
    "description": "Reminders to get up and move around while you're working at the computer",
    "web_accessible_resources": [
        "icon48.png"
    ]
}