Overwork

Overwork helps you take breaks when you need them.

Overwork란 무엇입니까?

Overwork은(는) kubgus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Overwork helps you take breaks when you need them."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Do you ever get sucked into a task... a little too much? Sometimes we forget to live real life while finishing out homework assignments, making sales presentations or adding that new website feature. I've been there. So I created overwork. It's a simple Chromium (Chrome, MS Edge, ...) extension that allows you to track how long you've been working and set a reminder to relax with fun challenges you can try.                    

확장 프로그램 기본 정보

이름 Overwork Overwork
ID jhpbphonlhcgjieobohcpamgejbbkkcj
공식 URL https://chromewebstore.google.com/detail/overwork/jhpbphonlhcgjieobohcpamgejbbkkcj
설명 Overwork helps you take breaks when you need them.
파일 크기 24.41 KB
설치 횟수 50
현재 버전 1.1.1
최근 업데이트 2023-10-28
출시 날짜 2023-10-25
개발자 kubgus
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Overwork",
    "version": "1.1.1",
    "description": "Overwork helps you take breaks when you need them.",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}