Timer

A clean, simple countown timer with visual and audible alarm.

Timer란 무엇입니까?

Timer은(는) Reasonable Systems에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A clean, simple countown timer with visual and audible alarm."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Timer provides a simple countdown timer for scheduling future events without fussiness. Great for tracking french press brewing schedules, the kids' video game sessions, and Pomodoro work units. It keeps running in the background and plays a pleasant chime and shows a notification when it finishes.

Click on numbers to edit, tab to move between fields, spacebar to start and stop the timer. Click the bell icon to turn the alarm on or off and use the reset button to reset the timer to its most recent time.                    

확장 프로그램 기본 정보

이름 Timer Timer
ID cmjaflcjfodgbadocmpelolnfneppipe
공식 URL https://chromewebstore.google.com/detail/timer/cmjaflcjfodgbadocmpelolnfneppipe
설명 A clean, simple countown timer with visual and audible alarm.
파일 크기 155 KB
설치 횟수 2,698
현재 버전 1.1.0
최근 업데이트 2020-02-01
출시 날짜 2020-02-01
평점 3.57/5 총 21 개의 평점
개발자 Reasonable Systems
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/abachman/chrome-timer
도움말 페이지 URL https://github.com/abachman/chrome-timer/wiki
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "version": "1.1.0",
    "description": "A clean, simple countown timer with visual and audible alarm.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Timer",
        "default_popup": "fragments\/popup.html"
    },
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "icons\/48.png",
        "assets\/wine-glass-alarm.ogg",
        "assets\/glyphicons-halflings.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}