Stand Up Reminder
A reminder to stand up and stretch your legs for one minute every hour.
What is Stand Up Reminder?
Stand Up Reminder is a Chrome extension developed by https://tonybatts.com, and its main feature is "A reminder to stand up and stretch your legs for one minute every hour.".
Extension Screenshots
Download Stand Up Reminder Extension CRX File
Download Stand Up Reminder 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
Sitting at your desk all day can take its toll, this extension will remind you to get up and stretch your legs for one minute of every hour.
Extension Basic Information
Name | Stand Up Reminder |
ID | bkjfmpffdfllcgmniicjpgmmlbplblhb |
Official URL | https://chromewebstore.google.com/detail/stand-up-reminder/bkjfmpffdfllcgmniicjpgmmlbplblhb |
Description | A reminder to stand up and stretch your legs for one minute every hour. |
File Size | 295 KB |
Installation Count | 2,514 |
Current Version | 1.0 |
Last Updated | 2021-02-01 |
Publish Date | 2021-01-31 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://tonybatts.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tonybatts.com/ |
Help Page URL | https://www.tonybatts.com/#contact |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stand Up Reminder", "version": "1.0", "description": "A reminder to stand up and stretch your legs for one minute every hour.", "short_name": "Stand Up", "permissions": [ "alarms", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "default_popup": "popup.html" } } |