liTimer

The most simple countdown timer ever

liTimer란 무엇입니까?

liTimer은(는) https://peterjezik.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most simple countdown timer ever"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Just write a time in any imaginable format, hit "Enter" and liTimer will notice you when the time is up.

For example:

write 34m 23s or 34 min 23 sec etc. for 34 minutes and 23 seconds

write 2:35:23 or 2 35 23 or 2-35-23 etc. for 2 hours 35 minutes and 23 seconds

write 2:35 or 2 35 or 2-35 etc. for 2 hours 35 minutes

or write just 35 for 35 minutes

Hit enter while the input field is empty and the time/Done label will be cleared.                    

확장 프로그램 기본 정보

이름 liTimer liTimer
ID fgdmhecedeljjocjbhknacbkmmkhanpg
공식 URL https://chromewebstore.google.com/detail/litimer/fgdmhecedeljjocjbhknacbkmmkhanpg
설명 The most simple countdown timer ever
파일 크기 12.67 KB
설치 횟수 314
현재 버전 1.2
최근 업데이트 2019-12-01
출시 날짜 2019-12-01
평점 4.67/5 총 6 개의 평점
개발자 https://peterjezik.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "liTimer",
    "version": "1.2",
    "description": "The most simple countdown timer ever",
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/done.png"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}