How long?

Shows when you can leave!

How long?란 무엇입니까?

How long?은(는) philippe.cade에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows when you can leave!"입니다.

확장 프로그램 스크린샷

screenshot

How long? 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shows how long you need to work to reach 8:12 hours.

In ATOSS, open the "Time recording manually" window and press the clock icon.

Changes
version 0.4:
- addresses some issues when using time correction features
version 0.3:
- corrections after the latest ATOSS update
version 0.2:
- time including minutes < 10 are now correctly displayed
- in the morning, adds the 30 minutes mandatory break to the time and shows it                    

확장 프로그램 기본 정보

이름 How long? How long?
ID acabhgoaabcmalblcphdpbdcilpmafbd
공식 URL https://chromewebstore.google.com/detail/how-long/acabhgoaabcmalblcphdpbdcilpmafbd
설명 Shows when you can leave!
파일 크기 42.21 KB
설치 횟수 178
현재 버전 0.4
최근 업데이트 2022-02-10
출시 날짜 2019-05-08
평점 4.75/5 총 4 개의 평점
개발자 philippe.cade
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/philippecade/howlong
도움말 페이지 URL https://github.com/philippecade/howlong/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "How long?",
    "version": "0.4",
    "description": "Shows when you can leave!",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "How long?",
        "default_icon": {
            "16": "howlong16.png",
            "32": "howlong32.png",
            "128": "howlong128.png"
        }
    },
    "manifest_version": 2
}