stretchy

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

Co to jest stretchy?

stretchy to rozszerzenie Chrome opracowane przez Wangden Sherpa, a jego główną funkcją jest „An extension to set timed intervals to take a break and stretch”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia stretchy

Pobierz pliki rozszerzeń stretchy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa stretchy stretchy
ID ecgbdldimneddladbnionanfcpcepbcg
Oficjalny URL https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg
Opis An extension to set timed intervals to take a break and stretch
Rozmiar pliku 471 KB
Liczba instalacji 84
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2020-11-11
Data Publikacji 2020-11-02
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Wangden Sherpa
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}