Sit Better
Simple chrome extension that reminds you to sit better
Sit Better là gì?
Sit Better là một tiện ích mở rộng Chrome được phát triển bởi jaqcreates, và tính năng chính của nó là "Simple chrome extension that reminds you to sit better".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sit Better
Tải xuống các tệp mở rộng Sit Better dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sit Better |
ID | cjmbgnnmlpndinjopbcanojmelbelpcp |
URL Chính Thức | https://chromewebstore.google.com/detail/sit-better/cjmbgnnmlpndinjopbcanojmelbelpcp |
Mô tả | Simple chrome extension that reminds you to sit better |
Kích Thước Tệp | 87.61 KB |
Số Lần Cài Đặt | 135 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2020-04-22 |
Ngày Phát Hành | 2020-04-22 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | jaqcreates |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |