Stretch Reminder

Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.

Apa itu Stretch Reminder?

Stretch Reminder adalah ekstensi Chrome yang dikembangkan oleh Grace Guan, dan fitur utamanya adalah "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Stretch Reminder

Unduh file ekstensi Stretch Reminder 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

                        Stretch Reminder reminds you to stretch every 30, 60, or 120 minutes with upper, lower, or full body, office-friendly exercises. 

Sitting all day at work? Stretch Reminder will give you stretches that you can do comfortably and quickly at your workplace. 

In pain or looking for more exercises? Schedule a consultation with one of our physical therapists at http://physera.com/direct.                    

Informasi Dasar Ekstensi

Nama Stretch Reminder Stretch Reminder
ID mompfanjjmgmhfghbfjdkaebobndblmd
URL Resmi https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd
Deskripsi Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
Ukuran File 2.24 MB
Jumlah Instalasi 1,251
Versi Saat Ini 0.4.0
Terakhir Diperbarui 2020-04-13
Tanggal Publikasi 2020-04-08
Penilaian 4.36/5 Total 14 Penilaian
Pengembang Grace Guan
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://guanzgrace.github.io/stretch
URL Halaman Bantuan http://guanzgrace.github.io/stretch
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stretch Reminder",
    "version": "0.4.0",
    "description": "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.",
    "icons": {
        "16": "logo\/Logo_physera_16.png",
        "48": "logo\/Logo_physera_48.png",
        "128": "logo\/Logo_physera_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "homepage_url": "https:\/\/guanzgrace.github.io\/stretch\/",
    "short_name": "Stretch",
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "https:\/\/physera.com\/"
    ],
    "browser_action": {
        "default_title": "Stretch Reminder",
        "default_popup": "popup.html"
    }
}