Hydrate yourself

It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.

Co to jest Hydrate yourself?

Hydrate yourself to rozszerzenie Chrome opracowane przez Jeroen Peters, a jego główną funkcją jest „It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Hydrate yourself

Pobierz pliki rozszerzeń Hydrate yourself 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 tool helps you to take a few glasses of water during the day"                    

Podstawowe informacje o rozszerzeniu

Nazwa Hydrate yourself Hydrate yourself
ID nmccnjbglgkjdhkabajmahgleboedloo
Oficjalny URL https://chromewebstore.google.com/detail/hydrate-yourself/nmccnjbglgkjdhkabajmahgleboedloo
Opis It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.
Rozmiar pliku 31.52 KB
Liczba instalacji 138
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-06-02
Data Publikacji 2020-06-02
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Jeroen Peters
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "water-16.png",
        "48": "water-48.png",
        "128": "water-128.png"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "glass3.png",
        "default_popup": "refill_button.html"
    },
    "background": {
        "scripts": [
            "js\/counter.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "coffeecup128.png",
        "cup15.png"
    ],
    "options_page": "options\/index.html",
    "default_locale": "en"
}