StraightenUp
Remind yourself to keep good posture
什么是StraightenUp?
StraightenUp是由Royserg开发的Chrome扩展程序,该扩展的主要功能是“Remind yourself to keep good posture”。
扩展截图
下载StraightenUp扩展crx文件
下载StraightenUp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension provides functionality to setup a timer that reminds a user about straightening up back in chosen interval. Goal of this app is to help everyone maintain a good posture while using a browser.
It is common that we forget to properly sit in front of the PC, even hours with poor posture, bent back which only results in further pain and creates a habbit of staying in that position. 扩展基本信息
| 名称 | |
| ID | cehchbnkbgenjlfnbmkfamfklnngjnnp |
| 官方URL | https://chromewebstore.google.com/detail/straightenup/cehchbnkbgenjlfnbmkfamfklnngjnnp |
| 简介 | Remind yourself to keep good posture |
| 文件大小 | 515 KB |
| 安装次数 | 19 |
| 当前版本 | 1.1 |
| 更新时间 | 2018-08-04 |
| 上架时间 | 2018-08-04 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Royserg |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "StraightenUp",
"description": "Remind yourself to keep good posture",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"version": "1.1",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "assets\/icon16.png",
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens index.html"
}
},
"permissions": [
"notifications",
"storage"
]
} | |