30s Neck Stretch

30 seconds for a healthy neck!

30s Neck Stretchคืออะไร?

30s Neck Stretch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scott Cheng และคุณลักษณะหลักของมันคือ "30 seconds for a healthy neck!"

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

screenshot

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

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

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

                        30s Neck Stretch is a Chrome extension specially designed for your everyday neck health.

Neck health is an important issue. Unfortunately, however, most people do not realize it until they suffer neck pain.

If you spend a lot of time sitting in front of your computer, you probably need to improve your neck / spine health condition. 30s Neck Stretch can help you by reminding you regularly of stretching your neck. Simple actions can make a big difference!

After installing 30s Neck Stretch, a notification will pop up every 45 minutes (by default) to remind you that it's your neck time. When you click "Let's do it", a timer will count for 30 seconds as you stretch your neck.


Brought to you with love by Ivy Guo and Scott Cheng.

Ivy says: "30s Neck Stretch is part of my homework for one of my classes at Stanford. My goal is to help improve desk health by making use of information technologies. I would be very happy to hear your opinion and suggestions!"


License
----

The code is licensed under the MIT license.
https://github.com/scottcheng/neck-stretch                    

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

ชื่อ 30s Neck Stretch 30s Neck Stretch
ID pcdcihhemnmdojkkhloildjcoobklnhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/30s-neck-stretch/pcdcihhemnmdojkkhloildjcoobklnhb
คำอธิบาย 30 seconds for a healthy neck!
ขนาดไฟล์ 54 KB
จำนวนการติดตั้ง 691
เวอร์ชันปัจจุบัน 0.3.4
อัปเดตครั้งล่าสุด 2012-12-31
วันที่เผยแพร่ 2012-12-31
คะแนน 2.50/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Scott Cheng
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.3.4",
    "description": "__MSG_extDesc__",
    "permissions": [
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "icons": {
        "16": "ui\/logo_16.png",
        "48": "ui\/logo_48.png",
        "128": "ui\/logo_128.png"
    },
    "web_accessible_resources": [
        "ui\/logo_128.png"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "ui\/logo_19.png",
            "38": "ui\/logo_38.png"
        },
        "default_title": "__MSG_switchOff__"
    },
    "manifest_version": 2
}