Stretch And Yoga Reminder

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

¿Qué es Stretch And Yoga Reminder?

Stretch And Yoga Reminder es una extensión de Chrome desarrollada por SmallBang, y su función principal es "Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Stretch And Yoga Reminder

Descarga archivos de extensión Stretch And Yoga Reminder 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

                        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.                    

Información Básica de la Extensión

Nombre Stretch And Yoga Reminder Stretch And Yoga Reminder
ID lceanggfadpdcancgjiddldaahgnoala
URL Oficial https://chromewebstore.google.com/detail/stretch-and-yoga-reminder/lceanggfadpdcancgjiddldaahgnoala
Descripción Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs
Tamaño del Archivo 2.85 MB
Cantidad de Instalaciones 185
Versión Actual 0.0.1
Última Actualización 2019-07-28
Fecha de Publicación 2019-07-27
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador SmallBang
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}