Posture Reminder

Reminders to periodically correct your posture.

Posture Reminder란 무엇입니까?

Posture Reminder은(는) https://adamgonen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reminders to periodically correct your posture."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Simple and lightweight extension that reminds you at different intervals to correct your posture in order to get into the habit of having a healthy posture while using your computer.

Features:
- Built-in On/Off switch
- Reminders at intervals of 15 minutes, 30 minutes, 1 hour, 2 hours, or random (between 30 minutes and 4 hours).
- Non-obtrusive reminders                    

확장 프로그램 기본 정보

이름 Posture Reminder Posture Reminder
ID kjfkmlhcgelgmepdemdhkgioggaffibj
공식 URL https://chromewebstore.google.com/detail/posture-reminder/kjfkmlhcgelgmepdemdhkgioggaffibj
설명 Reminders to periodically correct your posture.
파일 크기 15.17 KB
설치 횟수 10,981
현재 버전 1.2.0
최근 업데이트 2022-07-02
출시 날짜 2020-03-31
평점 2.79/5 총 24 개의 평점
개발자 https://adamgonen.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Posture Reminder",
    "version": "1.2.0",
    "manifest_version": 2,
    "author": "Adam Gonen",
    "description": "Reminders to periodically correct your posture.",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "PostureReminder",
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}