Get Up and Move
Reminders to get up and move around while you're working at the computer
什么是Get Up and Move?
Get Up and Move是由https://ashleythedeveloper.co开发的Chrome扩展程序,该扩展的主要功能是“Reminders to get up and move around while you're working at the computer”。
扩展截图
下载Get Up and Move扩展crx文件
下载Get Up and Move扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | kpplgpbcgnhoiijnbiaikndpcognlcmg |
| 官方URL | https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg |
| 简介 | Reminders to get up and move around while you're working at the computer |
| 文件大小 | 16.16 KB |
| 安装次数 | 138 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2017-03-31 |
| 上架时间 | 2017-03-31 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | https://ashleythedeveloper.co |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Get Up and Move",
"version": "1.1.0",
"manifest_version": 2,
"icons": {
"128": "icon128.png",
"48": "icon48.png"
},
"permissions": [
"alarms",
"storage",
"notifications"
],
"background": {
"page": "eventpage.html",
"persistent": false
},
"options_page": "options.html",
"description": "Reminders to get up and move around while you're working at the computer",
"web_accessible_resources": [
"icon48.png"
]
} | |