stretchy
An extension to set timed intervals to take a break and stretch
Qu'est-ce que stretchy ?
stretchy est une extension Chrome développée par Wangden Sherpa, et sa fonction principale est "An extension to set timed intervals to take a break and stretch".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension stretchy
Téléchargez les fichiers d'extension stretchy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | stretchy |
ID | ecgbdldimneddladbnionanfcpcepbcg |
URL Officiel | https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg |
Description | An extension to set timed intervals to take a break and stretch |
Taille du Fichier | 471 KB |
Nombre d'Installations | 84 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2020-11-11 |
Date de Publication | 2020-11-02 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Wangden Sherpa |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |