stretchy
An extension to set timed intervals to take a break and stretch
Vad är stretchy?
stretchy är en Chrome-tillägg utvecklad av Wangden Sherpa, och dess huvudfunktion är "An extension to set timed intervals to take a break and stretch".
Tilläggsskärmbilder
Ladda ner stretchy-förlängningens CRX-fil
Ladda ner stretchy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | stretchy |
ID | ecgbdldimneddladbnionanfcpcepbcg |
Officiell webbadress | https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg |
Beskrivning | An extension to set timed intervals to take a break and stretch |
Filstorlek | 471 KB |
Antal Installationer | 84 |
Aktuell Version | 0.0.5 |
Senast Uppdaterad | 2020-11-11 |
Publiceringsdatum | 2020-11-02 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Wangden Sherpa |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |