stretchy

An extension to set timed intervals to take a break and stretch

什么是stretchy?

stretchy是由Wangden Sherpa开发的Chrome扩展程序,该扩展的主要功能是“An extension to set timed intervals to take a break and stretch”。

扩展截图

screenshot
screenshot

下载stretchy扩展crx文件

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

扩展使用说明

                        Reminds you to stretch at intervals that you set.

You can either do a stretch of your choosing or click on the notification to get directed to a Youtube video. 

You can choose to set times for both short (30s) and long (10 minute) videos. Short stretch videos are typically compilations, allowing users to do one or more stretches as they choose.                    

扩展基本信息

名称 stretchy stretchy
ID ecgbdldimneddladbnionanfcpcepbcg
官方URL https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg
简介 An extension to set timed intervals to take a break and stretch
文件大小 471 KB
安装次数 84
当前版本 0.0.5
更新时间 2020-11-11
上架时间 2020-11-02
评分 5.00/5 共4次评分
开发者 Wangden Sherpa
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stretchy",
    "version": "0.0.5",
    "description": "An extension to set timed intervals to take a break and stretch",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "16icon.png",
            "48": "48icon.png",
            "128": "128icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "Stretch From Home"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage",
        "background"
    ]
}