stretchy
An extension to set timed intervals to take a break and stretch
Wat is stretchy?
stretchy is een Chrome-extensie ontwikkeld door Wangden Sherpa, en de belangrijkste functie is "An extension to set timed intervals to take a break and stretch".
Extensie Screenshots
Download het CRX-bestand van de extensie stretchy
Download stretchy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | stretchy |
ID | ecgbdldimneddladbnionanfcpcepbcg |
Officiële URL | https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg |
Beschrijving | An extension to set timed intervals to take a break and stretch |
Bestandsgrootte | 471 KB |
Aantal Installaties | 84 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2020-11-11 |
Publicatiedatum | 2020-11-02 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Wangden Sherpa |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |