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 |
公式URL | 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\/*" ] } |