stretchy

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

Apa itu stretchy?

stretchy adalah ekstensi Chrome yang dikembangkan oleh Wangden Sherpa, dan fitur utamanya adalah "An extension to set timed intervals to take a break and stretch".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi stretchy

Unduh file ekstensi stretchy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama stretchy stretchy
ID ecgbdldimneddladbnionanfcpcepbcg
URL Resmi https://chromewebstore.google.com/detail/stretchy/ecgbdldimneddladbnionanfcpcepbcg
Deskripsi An extension to set timed intervals to take a break and stretch
Ukuran File 471 KB
Jumlah Instalasi 84
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2020-11-11
Tanggal Publikasi 2020-11-02
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Wangden Sherpa
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}