Habit Reminder

To help remind you of habits/tasks such as drinking water or stretching.

Habit Reminder란 무엇입니까?

Habit Reminder은(는) Jeffrey K에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To help remind you of habits/tasks such as drinking water or stretching."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Habit Reminder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An easy-to-use habit timer to remind yourself of frequent activities such as drinking water. 
Can also be used as a generic timer for any activity.

Features:
• Set your own habit name and timer value
• Set whether notification stays on screen until dismissed
• Set to restart timer automatically after timer ends
• Shows remaining time in the extension popup
• Set a sleep timer

v1.0.2
• Added a sleep timer mode which stops timers and notifications for the specified time range
v1.0.3
• Minor bug fix

------------------------
Contact me through the Support tab for any issues or suggestions.
------------------------

All notification sounds by https://notificationsounds.com/ are provided under a Creative Commons Attribution license.                    

확장 프로그램 기본 정보

이름 Habit Reminder Habit Reminder
ID hgmehlmjgjofiffmjodocjlcebmlcefb
공식 URL https://chromewebstore.google.com/detail/habit-reminder/hgmehlmjgjofiffmjodocjlcebmlcefb
설명 To help remind you of habits/tasks such as drinking water or stretching.
파일 크기 438 KB
설치 횟수 76
현재 버전 1.0.3
최근 업데이트 2021-02-28
출시 날짜 2021-01-12
평점 5.00/5 총 1 개의 평점
개발자 Jeffrey K
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Habit Reminder",
    "version": "1.0.3",
    "description": "To help remind you of habits\/tasks such as drinking water or stretching.",
    "short_name": "Habit",
    "permissions": [
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "Habit Reminder",
        "default_popup": "popup.html",
        "default_icon": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html"
}