Wash Your Hands Reminder

A simple extension to remind you to wash your hands frequently

ما هو Wash Your Hands Reminder؟

Wash Your Hands Reminder هو إضافة Chrome تم تطويرها بواسطة Anoop Sethumadhavan، والميزة الرئيسية لها هي "A simple extension to remind you to wash your hands frequently".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Wash Your Hands Reminder

قم بتنزيل ملفات الامتداد Wash Your Hands Reminder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    }
}