Stretch And Yoga Reminder

Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs

Apa itu Stretch And Yoga Reminder?

Stretch And Yoga Reminder adalah ekstensi Chrome yang dikembangkan oleh SmallBang, dan fitur utamanya adalah "Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Stretch And Yoga Reminder

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

                        Get reminders in notifications with guiding images to stretch while you working long hours in office and in front of PCs. Works even when browser is closed.

 - Displays the stretch/yoga guide and beautiful nature images on the notification. Mac gets only basic notification due to limitations. But image can be opened separately.
 - Rings the bell and you have option to turn off the sound 
 - Control the interval time and start time from the extension popup.                    

Informasi Dasar Ekstensi

Nama Stretch And Yoga Reminder Stretch And Yoga Reminder
ID lceanggfadpdcancgjiddldaahgnoala
URL Resmi https://chromewebstore.google.com/detail/stretch-and-yoga-reminder/lceanggfadpdcancgjiddldaahgnoala
Deskripsi Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs
Ukuran File 2.85 MB
Jumlah Instalasi 185
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2019-07-28
Tanggal Publikasi 2019-07-27
Penilaian 1.00/5 Total 1 Penilaian
Pengembang SmallBang
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stretch And Yoga Reminder",
    "short_name": "SAYR",
    "version": "0.0.1",
    "description": "Get reminders in notifications with guiding images to stretch while you working long hours in front of PCs",
    "permissions": [
        "notifications",
        "background",
        "alarms"
    ],
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*"
    ]
}