stretchy
An extension to set timed intervals to take a break and stretch
What is stretchy?
stretchy is a Chrome extension developed by Wangden Sherpa, and its main feature is "An extension to set timed intervals to take a break and stretch".
Extension Screenshots
Download stretchy Extension CRX File
Download stretchy 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
Reminds you to stretch at intervals that you set. You can either do a stretch of your choosing or click on the notification to get directed to a Youtube video. You can choose to set times for both short (30s) and long (10 minute) videos. Short stretch videos are typically compilations, allowing users to do one or more stretches as they choose.
Extension Basic Information
Name | stretchy |
ID | ecgbdldimneddladbnionanfcpcepbcg |
Official URL | https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg |
Description | An extension to set timed intervals to take a break and stretch |
File Size | 471 KB |
Installation Count | 84 |
Current Version | 0.0.5 |
Last Updated | 2020-11-11 |
Publish Date | 2020-11-02 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Wangden Sherpa |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stretchy", "version": "0.0.5", "description": "An extension to set timed intervals to take a break and stretch", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "16icon.png", "48": "48icon.png", "128": "128icon.png" }, "default_popup": "popup.html", "default_title": "Stretch From Home" }, "permissions": [ "notifications", "alarms", "storage", "background" ] } |