Take a Break

Take a Break is a Chrome extension that monitors and reminds you to take breaks periodically.

Take a Break란 무엇입니까?

Take a Break은(는) Prajwal Kulkarni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take a Break is a Chrome extension that monitors and reminds you to take breaks periodically."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Take a Break 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Take a Break is your personal wellness companion for a healthier digital life. In today's fast-paced world, we often forget to prioritize our well-being while working on our computers. Take a break helps you make small yet significant changes in your routine.

👁️ Rest Your Eyes: Give your eyes the care they deserve. Regularly looking away from the screen helps reduce eye strain and keeps your vision sharp.

🚰 Stay Hydrated: Get timely reminders to drink water throughout the day. Proper hydration is crucial for maintaining focus and energy levels.

💆‍♀️ Stretch and Relax: Avoid the stiffness and discomfort of prolonged sitting. Reminders are broadcasted to take short breaks for gentle stretches and brief walks to keep your body and mind in harmony.

With customizable intervals and friendly notifications, Take a Break ensures you maintain a healthy balance between screen time and self-care. Start taking mindful breaks, stay hydrated, and nurture your well-being effortlessly. Install now and experience the difference in your daily routine!                    

확장 프로그램 기본 정보

이름 Take a Break Take a Break
ID oifmahnepecgegpdiomjikkmfmnlbdjo
공식 URL https://chromewebstore.google.com/detail/take-a-break/oifmahnepecgegpdiomjikkmfmnlbdjo
설명 Take a Break is a Chrome extension that monitors and reminds you to take breaks periodically.
파일 크기 1.41 MB
설치 횟수 109
현재 버전 1.1.1
최근 업데이트 2023-11-14
출시 날짜 2023-10-11
평점 5.00/5 총 5 개의 평점
개발자 Prajwal Kulkarni
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/prajwalkulkarni/take-a-break
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Take a Break",
    "version": "1.1.1",
    "action": {
        "default_icon": "assets\/images\/logo.png",
        "default_popup": "dist\/popup.html",
        "default_title": "Take a Break"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "32": "assets\/images\/icon32.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "background",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "description": "Take a Break is a Chrome extension that monitors and reminds you to take breaks periodically.",
    "background": {
        "service_worker": "dist\/background.js"
    }
}