Hydrate yourself

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

Что такое Hydrate yourself?

Hydrate yourself - это расширение Chrome, разработанное Jeroen Peters, и его основная функция - "It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Hydrate yourself

Скачайте файлы расширений Hydrate yourself в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Hydrate yourself Hydrate yourself
ID nmccnjbglgkjdhkabajmahgleboedloo
Официальный URL https://chromewebstore.google.com/detail/hydrate-yourself/nmccnjbglgkjdhkabajmahgleboedloo
Описание It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.
Размер файла 31.52 KB
Количество установок 138
Текущая Версия 1.0
Последнее Обновление 2020-06-02
Дата публикации 2020-06-02
Рейтинг 4.00/5 Всего 1 оценок
Разработчик Jeroen Peters
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
Поддерживаемые языки 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"
}