Stretch And Yoga Reminder
Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs
什麼是Stretch And Yoga Reminder?
Stretch And Yoga Reminder是由SmallBang開發的Chrome擴展程式,該擴展的主要功能是“Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs”。
擴展截圖
下載Stretch And Yoga Reminder擴展crx文件
下載Stretch And Yoga Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Stretch And Yoga Reminder |
ID | lceanggfadpdcancgjiddldaahgnoala |
官方網址 | https://chromewebstore.google.com/detail/stretch-and-yoga-reminder/lceanggfadpdcancgjiddldaahgnoala |
簡介 | Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs |
檔案大小 | 2.85 MB |
安裝次數 | 185 |
目前版本 | 0.0.1 |
更新時間 | 2019-07-28 |
上架時間 | 2019-07-27 |
評分 | 1.00/5 共 1 次評分 |
開發者 | SmallBang |
付費類型 | free |
支援的語言 | 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\/*" ] } |