stretchy

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

¿Qué es stretchy?

stretchy es una extensión de Chrome desarrollada por Wangden Sherpa, y su función principal es "An extension to set timed intervals to take a break and stretch".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión stretchy

Descarga archivos de extensión stretchy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre stretchy stretchy
ID ecgbdldimneddladbnionanfcpcepbcg
URL Oficial https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg
Descripción An extension to set timed intervals to take a break and stretch
Tamaño del Archivo 471 KB
Cantidad de Instalaciones 84
Versión Actual 0.0.5
Última Actualización 2020-11-11
Fecha de Publicación 2020-11-02
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Wangden Sherpa
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}