Sit Better

Simple chrome extension that reminds you to sit better

Sit Betterคืออะไร?

Sit Better เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jaqcreates และคุณลักษณะหลักของมันคือ "Simple chrome extension that reminds you to sit better"

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

screenshot
screenshot
screenshot

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

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

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

                        A minimalistic and configurable posture reminder extension to help you sit better during long periods of time.

This is a super simple and easy to use extension that will simply nudge you to keep an upright posture from time to time. Feature so far include:

** Enable/Disable **
Easily turn the extension on/off at your convenience

** Set interval time **
Set your ideal interval time in between notifications 

**  Popup Sound **
Play a little tone when reminding you so you can rely on audio queues

Here is the github repository. Please feel free to submit issues/feature requests and contribute :)
https://github.com/meko-deng/sit-better-extension                    

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

ชื่อ Sit Better Sit Better
ID cjmbgnnmlpndinjopbcanojmelbelpcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sit-better/cjmbgnnmlpndinjopbcanojmelbelpcp
คำอธิบาย Simple chrome extension that reminds you to sit better
ขนาดไฟล์ 87.61 KB
จำนวนการติดตั้ง 135
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2020-04-22
วันที่เผยแพร่ 2020-04-22
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา jaqcreates
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sit Better",
    "version": "0.1.3",
    "description": "Simple chrome extension that reminds you to sit better",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Sit Straight Event",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "web_accessible_resources": [
        "128.png"
    ]
}