Stretch And Yoga Reminder

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

Qu'est-ce que Stretch And Yoga Reminder ?

Stretch And Yoga Reminder est une extension Chrome développée par SmallBang, et sa fonction principale est "Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Stretch And Yoga Reminder

Téléchargez les fichiers d'extension Stretch And Yoga Reminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stretch And Yoga Reminder Stretch And Yoga Reminder
ID lceanggfadpdcancgjiddldaahgnoala
URL Officiel https://chromewebstore.google.com/detail/stretch-and-yoga-reminder/lceanggfadpdcancgjiddldaahgnoala
Description Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs
Taille du Fichier 2.85 MB
Nombre d'Installations 185
Version Actuelle 0.0.1
Dernière Mise à Jour 2019-07-28
Date de Publication 2019-07-27
Évaluation 1.00/5 Total 1 Évaluations
Développeur SmallBang
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}