Hydrate yourself

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

Was ist Hydrate yourself?

Hydrate yourself ist eine Chrome-Erweiterung, die von Jeroen Peters entwickelt wurde, und ihr Hauptmerkmal ist "It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.".

Erweiterungsscreenshots

screenshot
screenshot

Hydrate yourself-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hydrate yourself-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This tool helps you to take a few glasses of water during the day"                    

Grundlegende Informationen zur Erweiterung

Name Hydrate yourself Hydrate yourself
ID nmccnjbglgkjdhkabajmahgleboedloo
Offizielle URL https://chromewebstore.google.com/detail/hydrate-yourself/nmccnjbglgkjdhkabajmahgleboedloo
Beschreibung It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.
Dateigröße 31.52 KB
Installationsanzahl 138
Aktuelle Version 1.0
Letztes Update 2020-06-02
Veröffentlichungsdatum 2020-06-02
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler Jeroen Peters
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
Unterstützte Sprachen 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"
}