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」です。
拡張機能のスクリーンショット
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 |
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" ] } |