ergoActive desk health assistant
A chrome extension to promote good desk health by timed reminders and notifcaitons
什麼是ergoActive desk health assistant?
ergoActive desk health assistant是由twitviewextension1開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to promote good desk health by timed reminders and notifcaitons”。
擴展截圖
下載ergoActive desk health assistant擴展crx文件
下載ergoActive desk health assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
**IF you are having lag when trying to edit the timers and trying to select them from the drop down it's an issue with google chrome itself here: https://bugs.chromium.org/p/chromium/issues/detail?id=971701. To fix this you can simply set timers on your laptops home screen and not an external monitor or alternatively just type in numbers as if they are working and press save and they will save. ** The human body is built to move. When sitting your entire body is compressed and unnatural stress gets placed on all areas which are not built to handle long periods of time sedentary. A Harvard health article claimed that sitting was the new smoking of our generation and long working sedentary hours have caused an epidemic in related illnesses. ergoActive was created to help solve this problem. Everyone gets lost in their work and time flys by. It can be very hard to manage regularly changing positions at your desk. But with the ergoActive extension this makes the problem easy to manage. ergoActive allows intervals to be set for desired times to go from sitting to standing, giving you reminders to change positions. Another feature is the active timer which runs after the sitting and standing cycle, this encourages getting up stretching or even taking a short walk around per round of sitting/standing. The water timer is another feature and is independent of the other timers it can be cycled to meet whatever your needs. The default cycle that works for me is 20 mins sitting, 15 standing, 3 minutes active as well as sipping water every 30 minutes but these are all fully customisable. To set up and use ergoActive follow these steps: 1. Download the app from the google chrome extension store. 2. Once downloaded click the icon in your chrome browser bar. If you are happy with the defaults press start and you are good to go. Follow on from step 4 for more features. 3.If you want to change the timers to suit your needs click the edit button. This will grey out all other buttons and pause any current timers. Number fields will appear under each timer and you can pick your desired time amount. Once all timers have been set click the save button and this will store these defaults so anytime you open chrome they will be the time that shows up as default. **ALSO IF you are having lag when trying to edit the timers and trying to select them from the drop down it's an issue with google chrome itself here: https://bugs.chromium.org/p/chromium/issues/detail?id=971701. To fix this you can simply set timers on your laptops home screen and not an external monitor or alternatively just type in numbers as if they are working and press save and they will save. ** 4.Once you press start, the timers will count down and will continue to count down even if minimised. If you want to check timers or use any of the other functions just click the icon again on the chrome browser bar and the popup will appear. 5. Every-time a timer elapses you will get a notification to change position or drink water sent using chrome notifications. 6.If you want to pause the timer you can pause it at the current time and do what you need to do. Click the icon in the chrome browser again and press start to pick up where you left off. 7. If you need to restart the timers to defaults you can select the reset button which will cause all current timers to reset to your specified defaults.
擴展基本資訊
名稱 | ergoActive desk health assistant |
ID | hojblecddbmjknoadlpiimahhnfmlmkh |
官方網址 | https://chromewebstore.google.com/detail/ergoactive-desk-health-as/hojblecddbmjknoadlpiimahhnfmlmkh |
簡介 | A chrome extension to promote good desk health by timed reminders and notifcaitons |
檔案大小 | 38.38 KB |
安裝次數 | 125 |
目前版本 | 1.1 |
更新時間 | 2020-06-28 |
上架時間 | 2020-06-28 |
評分 | 2.50/5 共 2 次評分 |
開發者 | twitviewextension1 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://twitter.com/ergoactive_ |
說明頁面URL | https://twitter.com/ergoactive_ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ergoActive desk health assistant", "version": "1.1", "description": "A chrome extension to promote good desk health by timed reminders and notifcaitons", "icons": { "16": "images\/eactive16.png", "32": "images\/eactive32.png", "48": "images\/eactive48.png", "128": "images\/eactive128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "images\/eactive16.png", "default_popup": "popup.html", "default_title": "View ergoActive" }, "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "images\/*.png" ] } |