stretch reminder
Stretch Reminder
What is stretch reminder?
stretch reminder is a Chrome extension developed by liam.q.ma, and its main feature is "Stretch Reminder".
Extension Screenshots
Download stretch reminder Extension CRX File
Download stretch 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 down for long periods of time during a day can lead to a great number of health problems that ultimately shorten your lifespan. This app helps you live longer. Features: • Fully customisable to your working hour. • Set your reminder interval.
Extension Basic Information
Name | stretch reminder |
ID | hgfehgeccidmnomgijefcdmmkhobjbpp |
Official URL | https://chromewebstore.google.com/detail/stretch-reminder/hgfehgeccidmnomgijefcdmmkhobjbpp |
Description | Stretch Reminder |
File Size | 359 KB |
Installation Count | 1,800 |
Current Version | 1.1.0 |
Last Updated | 2016-09-21 |
Publish Date | 2016-09-21 |
Rating | 3.00/5 Total 10 Ratings |
Developer | liam.q.ma |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "name": "stretch reminder", "manifest_version": 2, "description": "Stretch Reminder", "browser_action": { "default_title": "Stretch Reminder", "default_popup": "popup.html" }, "icons": { "128": "img\/stretching.png" }, "background": { "page": "background.html" }, "permissions": [ "storage", "alarms", "notifications" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |