Stand Up Reminder
A reminder to stand up and stretch your legs for one minute every hour.
什么是Stand Up Reminder?
Stand Up Reminder是由https://tonybatts.com开发的Chrome扩展程序,该扩展的主要功能是“A reminder to stand up and stretch your legs for one minute every hour.”。
扩展截图
下载Stand Up Reminder扩展crx文件
下载Stand Up Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sitting at your desk all day can take its toll, this extension will remind you to get up and stretch your legs for one minute of every hour. 扩展基本信息
| 名称 | |
| ID | bkjfmpffdfllcgmniicjpgmmlbplblhb |
| 官方URL | https://chromewebstore.google.com/detail/stand-up-reminder/bkjfmpffdfllcgmniicjpgmmlbplblhb |
| 简介 | A reminder to stand up and stretch your legs for one minute every hour. |
| 文件大小 | 295 KB |
| 安装次数 | 2,514 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-02-01 |
| 上架时间 | 2021-01-31 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://tonybatts.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.tonybatts.com/ |
| 帮助页面URL | https://www.tonybatts.com/#contact |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Stand Up Reminder",
"version": "1.0",
"description": "A reminder to stand up and stretch your legs for one minute every hour.",
"short_name": "Stand Up",
"permissions": [
"alarms",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"default_popup": "popup.html"
}
} | |