Wash Your Hands Reminder

A simple extension to remind you to wash your hands frequently

Wash Your Hands Reminder là gì?

Wash Your Hands Reminder là một tiện ích mở rộng Chrome được phát triển bởi Anoop Sethumadhavan, và tính năng chính của nó là "A simple extension to remind you to wash your hands frequently".

Ả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 Wash Your Hands Reminder

Tải xuống các tệp mở rộng Wash Your Hands Reminder 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

                        Washing hands is one of the best ways to protect yourself and your family from getting sick. This is a simple extension to remind you to wash your hands frequently. The extension sends you timed notifications                    

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

Tên Wash Your Hands Reminder Wash Your Hands Reminder
ID popfablpcbgifdjpjmeknbkoajjmjbac
URL Chính Thức https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac
Mô tả A simple extension to remind you to wash your hands frequently
Kích Thước Tệp 47.86 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-03-17
Ngày Phát Hành 2020-03-16
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Anoop Sethumadhavan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wash Your Hands Reminder",
    "description": "A simple extension to remind you to wash your hands frequently",
    "version": "1.1",
    "manifest_version": 2,
    "author": "Anoop Sethumadhavan",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Wash Your Hands",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}