Wash Your Hands Reminder

A simple extension to remind you to wash your hands frequently

Wash Your Hands Reminderとは何ですか?

Wash Your Hands ReminderはAnoop Sethumadhavanによって開発されたChromeの拡張機能で、その主な機能は「A simple extension to remind you to wash your hands frequently」です。

拡張機能のスクリーンショット

screenshot
screenshot

Wash Your Hands Reminder拡張機能のCRXファイルをダウンロード

Wash Your Hands Reminder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Wash Your Hands Reminder Wash Your Hands Reminder
ID popfablpcbgifdjpjmeknbkoajjmjbac
公式URL https://chromewebstore.google.com/detail/wash-your-hands-reminder/popfablpcbgifdjpjmeknbkoajjmjbac
説明 A simple extension to remind you to wash your hands frequently
ファイルサイズ 47.86 KB
インストール数 98
現在のバージョン 1.1
最終更新日 2020-03-17
公開日 2020-03-16
評価 4.75/5 合計 4 レビュー
開発者 Anoop Sethumadhavan
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}