Reddups -- Reminds to stay healthy

Remind yourself to stay active while you surf the web

Reddups -- Reminds to stay healthyคืออะไร?

Reddups -- Reminds to stay healthy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Remind yourself to stay active while you surf the web"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddups -- Reminds to stay healthy

ดาวน์โหลดไฟล์ส่วนขยาย Reddups -- Reminds to stay healthy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This application was made to remind yourself to keep drinking water or staying active every so often when you've been on your system for a while. Stay motivated, hydrated, and active while working on your homework, projects or simply entertaining yourself on your system! 

You can type in a specific number of minutes, or seconds, or use the pre-built buttons (15, 30, 45, 60 minutes) to have a notification remind you to drink water and do some push-ups! I made this for myself, but I hope others can find use to better themselves while having to be productive on their laptop. So stop browsing, or working for a minute to do some push-ups or drink water!


V2 includes a switch that allows looping an alarm once it's set!

- First click on the switch to turn on the loop capability.
- Press one of the pre-built buttons, or type in your desired time. Press enter to 
  set or press the set button. 

Created on Windows 10 OS.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reddups -- Reminds to stay healthy Reddups -- Reminds to stay healthy
ID akbgnajnmkclmjgcmgigdbmldfiipjll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddups-reminds-to-stay-h/akbgnajnmkclmjgcmgigdbmldfiipjll
คำอธิบาย Remind yourself to stay active while you surf the web
ขนาดไฟล์ 63.89 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2018-07-21
วันที่เผยแพร่ 2018-07-20
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddups -- Reminds to stay healthy",
    "description": "Remind yourself to stay active while you surf the web",
    "version": "2.0",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Pushup Time!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "drink_water_16.png",
        "32": "drink_water_32.png",
        "48": "drink_water_48.png",
        "128": "drink_water_128.png"
    }
}