Please stand up
Reminds you to stand up and strech once in a while
What is Please stand up?
Please stand up is a Chrome extension developed by pandaquests, and its main feature is "Reminds you to stand up and strech once in a while".
Extension Screenshots
Download Please stand up Extension CRX File
Download Please stand up 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
As most people nowadays sit way too much and sitting too much can create lots of health issues, this plugin helps you to mitigate that risk by reminding you to stand up and stretch once in a while. You will receive a pop up after a certain amount of time remind you to stretch. You can setup the amount of time.
Extension Basic Information
Name | Please stand up |
ID | djhnfbibmdenhcaadlifhmpoboaelkah |
Official URL | https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah |
Description | Reminds you to stand up and strech once in a while |
File Size | 27.74 KB |
Installation Count | 200 |
Current Version | 1.0.2 |
Last Updated | 2019-03-21 |
Publish Date | 2019-03-20 |
Rating | 2.50/5 Total 2 Ratings |
Developer | pandaquests |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Please stand up", "description": "Reminds you to stand up and strech once in a while", "version": "1.0.2", "manifest_version": 2, "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Please stand up", "default_popup": "popup.html" }, "icons": { "16": "standup.png", "32": "standup.png", "48": "standup.png", "128": "standup.png" } } |