Sit Better

Simple chrome extension that reminds you to sit better

Sit Better क्या है?

Sit Better jaqcreates द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple chrome extension that reminds you to sit better"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sit Better एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}