Hydrate yourself

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

Hydrate yourself là gì?

Hydrate yourself là một tiện ích mở rộng Chrome được phát triển bởi Jeroen Peters, và tính năng chính của nó là "It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hydrate yourself

Tải xuống các tệp mở rộng Hydrate yourself dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hydrate yourself Hydrate yourself
ID nmccnjbglgkjdhkabajmahgleboedloo
URL Chính Thức https://chromewebstore.google.com/detail/hydrate-yourself/nmccnjbglgkjdhkabajmahgleboedloo
Mô tả It's good to keep yourself hydrated to avoid all kinds of physical problem. This tool helps you to remind.
Kích Thước Tệp 31.52 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-06-02
Ngày Phát Hành 2020-06-02
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jeroen Peters
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}