Sit Better

Simple chrome extension that reminds you to sit better

什么是Sit Better?

Sit Better是由jaqcreates开发的Chrome扩展程序,该扩展的主要功能是“Simple chrome extension that reminds you to sit better”。

扩展截图

screenshot
screenshot
screenshot

下载Sit Better扩展crx文件

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