Please stand up

Reminds you to stand up and strech once in a while

Apa itu Please stand up?

Please stand up adalah ekstensi Chrome yang dikembangkan oleh pandaquests, dan fitur utamanya adalah "Reminds you to stand up and strech once in a while".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Please stand up

Unduh file ekstensi Please stand up 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

                        As most people nowadays sit way too much and sitting too much can create lots of health issues, this plugin helps you to mitigate that risk by reminding you to stand up and stretch once in a while. 

You will receive a pop up after a certain amount of time remind you to stretch. You can setup the amount of time.                    

Informasi Dasar Ekstensi

Nama Please stand up Please stand up
ID djhnfbibmdenhcaadlifhmpoboaelkah
URL Resmi https://chromewebstore.google.com/detail/please-stand-up/djhnfbibmdenhcaadlifhmpoboaelkah
Deskripsi Reminds you to stand up and strech once in a while
Ukuran File 27.74 KB
Jumlah Instalasi 200
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2019-03-21
Tanggal Publikasi 2019-03-20
Penilaian 2.50/5 Total 2 Penilaian
Pengembang pandaquests
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Please stand up",
    "description": "Reminds you to stand up and strech once in a while",
    "version": "1.0.2",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Please stand up",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "standup.png",
        "32": "standup.png",
        "48": "standup.png",
        "128": "standup.png"
    }
}