rminder - WinTenDev

An extension that will remind you to correct your posture, drink water, blink, and stretch

Co je rminder - WinTenDev?

rminder - WinTenDev je rozšíření Chrome vyvinuté kholid060, a jeho hlavní funkcí je „An extension that will remind you to correct your posture, drink water, blink, and stretch“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření rminder - WinTenDev

Stáhněte si soubory rozšíření rminder - WinTenDev ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension will notify you to drink water, correct your posture, blink, and stretch. Because we often forget to do all that when browsing, and it will affect your health.

You can customize the interval of when you want to notify and the text of the notification, you also can turn off the notification.                    

Základní Informace o Rozšíření

Název rminder - WinTenDev rminder - WinTenDev
ID kbchhfdklfddnnilmdffaeahipjcabll
Oficiální URL https://chromewebstore.google.com/detail/rminder-wintendev/kbchhfdklfddnnilmdffaeahipjcabll
Popis An extension that will remind you to correct your posture, drink water, blink, and stretch
Velikost souboru 386 KB
Počet instalací 966
Aktuální Verze 0.2.0
Poslední Aktualizace 2021-05-26
Datum Vydání 2020-12-16
Hodnocení 4.55/5 Celkem 11 Hodnocení
Vývojář kholid060
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "An extension that will remind you to correct your posture, drink water, blink, and stretch",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}