stretchy

An extension to set timed intervals to take a break and stretch

Cos'è stretchy?

stretchy è un'estensione di Chrome sviluppata da Wangden Sherpa, e la sua funzione principale è "An extension to set timed intervals to take a break and stretch".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione stretchy

Scarica i file di estensione stretchy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome stretchy stretchy
ID ecgbdldimneddladbnionanfcpcepbcg
URL Ufficiale https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg
Descrizione An extension to set timed intervals to take a break and stretch
Dimensione del File 471 KB
Conteggio Installazioni 84
Versione Corrente 0.0.5
Ultimo Aggiornamento 2020-11-11
Data di Pubblicazione 2020-11-02
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Wangden Sherpa
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}