Hydrate

A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.

ما هو Hydrate؟

Hydrate هو إضافة Chrome تم تطويرها بواسطة Sankalp Sharma، والميزة الرئيسية لها هي "A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.".

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

screenshot

تحميل ملف CRX للإضافة Hydrate

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

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

                        A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.

It can help you if you lose yourself during work or surfing the web and often find yourself in bad posture or dehydrated.

Click on the extension icon to toggle on/off.

It ain't much but it's honest work. Please do give a try.  : )                    

معلومات أساسية عن التمديد

الاسم Hydrate Hydrate
ID mdjehejmpfdnjpncppighcnhajkhheco
عنوان URL الرسمي https://chromewebstore.google.com/detail/hydrate/mdjehejmpfdnjpncppighcnhajkhheco
الوصف A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.
حجم الملف 33.18 KB
عدد التثبيتات 41
النسخة الحالية 1.1
آخر تحديث 2021-06-13
تاريخ النشر 2021-05-15
تقييم 5.00/5 مجموع تقييمات 4
المطور Sankalp Sharma
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Sankalp7943/hydrate_chrome_extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hydrate",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A chrome extension which reminds user every hour to get hydrated and fix their posture during long hours of Work From Home.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Hydrate"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}