Get Up and Move
Reminders to get up and move around while you're working at the computer
What is Get Up and Move?
Get Up and Move is a Chrome extension developed by https://ashleythedeveloper.co, and its main feature is "Reminders to get up and move around while you're working at the computer".
Extension Screenshots
Download Get Up and Move Extension CRX File
Download Get Up and Move extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Get Up and Move |
ID | kpplgpbcgnhoiijnbiaikndpcognlcmg |
Official URL | https://chromewebstore.google.com/detail/get-up-and-move/kpplgpbcgnhoiijnbiaikndpcognlcmg |
Description | Reminders to get up and move around while you're working at the computer |
File Size | 16.16 KB |
Installation Count | 138 |
Current Version | 1.1.0 |
Last Updated | 2017-03-31 |
Publish Date | 2017-03-31 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://ashleythedeveloper.co |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Get Up and Move", "version": "1.1.0", "manifest_version": 2, "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "alarms", "storage", "notifications" ], "background": { "page": "eventpage.html", "persistent": false }, "options_page": "options.html", "description": "Reminders to get up and move around while you're working at the computer", "web_accessible_resources": [ "icon48.png" ] } |