Stretch And Yoga Reminder
Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs
Was ist Stretch And Yoga Reminder?
Stretch And Yoga Reminder ist eine Chrome-Erweiterung, die von SmallBang entwickelt wurde, und ihr Hauptmerkmal ist "Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs".
Erweiterungsscreenshots
Stretch And Yoga Reminder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stretch And Yoga Reminder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Stretch And Yoga Reminder |
ID | lceanggfadpdcancgjiddldaahgnoala |
Offizielle URL | https://chromewebstore.google.com/detail/stretch-and-yoga-reminder/lceanggfadpdcancgjiddldaahgnoala |
Beschreibung | Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs |
Dateigröße | 2.85 MB |
Installationsanzahl | 185 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2019-07-28 |
Veröffentlichungsdatum | 2019-07-27 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | SmallBang |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |