Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
什么是Stretch Reminder?
Stretch Reminder是由Grace Guan开发的Chrome扩展程序,该扩展的主要功能是“Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.”。
扩展截图
下载Stretch Reminder扩展crx文件
下载Stretch Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stretch Reminder reminds you to stretch every 30, 60, or 120 minutes with upper, lower, or full body, office-friendly exercises. Sitting all day at work? Stretch Reminder will give you stretches that you can do comfortably and quickly at your workplace. In pain or looking for more exercises? Schedule a consultation with one of our physical therapists at http://physera.com/direct.
扩展基本信息
名称 | |
ID | mompfanjjmgmhfghbfjdkaebobndblmd |
官方URL | https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd |
简介 | Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches. |
文件大小 | 2.24 MB |
安装次数 | 1,251 |
当前版本 | 0.4.0 |
更新时间 | 2020-04-13 |
上架时间 | 2020-04-08 |
评分 | 4.36/5 共14次评分 |
开发者 | Grace Guan |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://guanzgrace.github.io/stretch |
帮助页面URL | http://guanzgrace.github.io/stretch |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stretch Reminder", "version": "0.4.0", "description": "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.", "icons": { "16": "logo\/Logo_physera_16.png", "48": "logo\/Logo_physera_48.png", "128": "logo\/Logo_physera_128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "homepage_url": "https:\/\/guanzgrace.github.io\/stretch\/", "short_name": "Stretch", "permissions": [ "tabs", "storage", "alarms", "https:\/\/physera.com\/" ], "browser_action": { "default_title": "Stretch Reminder", "default_popup": "popup.html" } } |