Stretch And Yoga Reminder

Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs

什么是Stretch And Yoga Reminder?

Stretch And Yoga Reminder是由SmallBang开发的Chrome扩展程序,该扩展的主要功能是“Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Stretch And Yoga Reminder扩展crx文件

下载Stretch And Yoga Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get reminders in notifications with guiding images to stretch while you working long hours in office and in front of PCs. Works even when browser is closed.

 - Displays the stretch/yoga guide and beautiful nature images on the notification. Mac gets only basic notification due to limitations. But image can be opened separately.
 - Rings the bell and you have option to turn off the sound 
 - Control the interval time and start time from the extension popup.                    

扩展基本信息

名称 Stretch And Yoga Reminder Stretch And Yoga Reminder
ID lceanggfadpdcancgjiddldaahgnoala
官方URL https://chromewebstore.google.com/detail/stretch-and-yoga-reminder/lceanggfadpdcancgjiddldaahgnoala
简介 Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs
文件大小 2.85 MB
安装次数 185
当前版本 0.0.1
更新时间 2019-07-28
上架时间 2019-07-27
评分 1.00/5 共1次评分
开发者 SmallBang
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stretch And Yoga Reminder",
    "short_name": "SAYR",
    "version": "0.0.1",
    "description": "Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs",
    "permissions": [
        "notifications",
        "background",
        "alarms"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*"
    ]
}