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은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remind yourself to stay active while you surf the web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Reddups -- Reminds to stay healthy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}