PaCo Wake Up

PaCo Wake Up is a simple reminder to stand up after some time in front of PC

PaCo Wake Up란 무엇입니까?

PaCo Wake Up은(는) pacorumors에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PaCo Wake Up is a simple reminder to stand up after some time in front of PC"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PaCo Wake Up 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PaCo Wake Up is a simple timer alert system.

PaCo Wake Up was born from the need to have a recurring alert to monitor the time spent in front of the PC and take intermittent breaks to maintain a decent state of health. For example, many countries have laws that set office breaks after x hours spent in front of the PC.

Through PaCo Wake Up it is possible to set alert (ore recursive) to remind us to take our small but healthy breaks.                    

확장 프로그램 기본 정보

이름 PaCo Wake Up PaCo Wake Up
ID jjonfbgpdibnjffiihjcklgdlmlnjcgn
공식 URL https://chromewebstore.google.com/detail/paco-wake-up/jjonfbgpdibnjffiihjcklgdlmlnjcgn
설명 PaCo Wake Up is a simple reminder to stand up after some time in front of PC
파일 크기 97.6 KB
설치 횟수 110
현재 버전 1.0
최근 업데이트 2021-05-29
출시 날짜 2021-05-29
개발자 pacorumors
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PaCo Wake Up",
    "description": "PaCo Wake Up is a simple reminder to stand up after some time in front of PC",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/paco_wakeup16.png",
            "32": "\/images\/paco_wakeup32.png",
            "48": "\/images\/paco_wakeup48.png",
            "128": "\/images\/paco_wakeup128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "\/images\/paco_wakeup16.png",
        "32": "\/images\/paco_wakeup32.png",
        "48": "\/images\/paco_wakeup48.png",
        "128": "\/images\/paco_wakeup128.png"
    },
    "options_page": "options.html"
}