rminder - WinTenDev

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

Co to jest rminder - WinTenDev?

rminder - WinTenDev to rozszerzenie Chrome opracowane przez kholid060, a jego główną funkcją jest „An extension that will remind you to correct your posture, drink water, blink, and stretch”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia rminder - WinTenDev

Pobierz pliki rozszerzeń rminder - WinTenDev w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa rminder - WinTenDev rminder - WinTenDev
ID kbchhfdklfddnnilmdffaeahipjcabll
Oficjalny URL https://chromewebstore.google.com/detail/rminder-wintendev/kbchhfdklfddnnilmdffaeahipjcabll
Opis An extension that will remind you to correct your posture, drink water, blink, and stretch
Rozmiar pliku 386 KB
Liczba instalacji 966
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2021-05-26
Data Publikacji 2020-12-16
Ocena 4.55/5 Łącznie 11 Oceny
Deweloper kholid060
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}