standUP
A simple and light-weight extension to remind you to stand up!
What is standUP?
standUP is a Chrome extension developed by vallode, and its main feature is "A simple and light-weight extension to remind you to stand up!".
Extension Screenshots
Download standUP Extension CRX File
Download standUP 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
standUP is a simple, light-weight extension that will remind you to stand up from your desk and take a quick break from work. Click the icon in your toolbar to access the options page! This extension is also open-source: https://github.com/vallode/standUP
Extension Basic Information
Name | standUP |
ID | ganadkkagibbpfjbhfkoakicignmifmp |
Official URL | https://chromewebstore.google.com/detail/standup/ganadkkagibbpfjbhfkoakicignmifmp |
Description | A simple and light-weight extension to remind you to stand up! |
File Size | 40.86 KB |
Installation Count | 434 |
Current Version | 1.2.13 |
Last Updated | 2017-10-04 |
Publish Date | 2017-10-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | vallode |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/vallode/standUP |
Help Page URL | https://github.com/vallode/standUP |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2.13", "name": "standUP", "short_name": "standUP", "description": "A simple and light-weight extension to remind you to stand up!", "author": "Mariusz 'Vallode' Zarzycki", "homepage_url": "https:\/\/github.com\/vallode\/standUP", "offline_enabled": true, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "standUP", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/min\/background.min.js" ], "persistent": true }, "permissions": [ "notifications", "storage" ], "options_page": "options.html" } |