Little Timer

Only 8 type timers

Little Timer란 무엇입니까?

Little Timer은(는) newstep에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Only 8 type timers"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Features
 - Set timer by one click.
 - Notify by new tab after the time has elapsed.
 - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes.
 - Remaining time is displayed on the right bottom of the icon.
 - Notify with a message if you enter a message.                    

확장 프로그램 기본 정보

이름 Little Timer Little Timer
ID hoojobmcgpegpdbaagmopahobnnnhhmh
공식 URL https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh
설명 Only 8 type timers
파일 크기 20.62 KB
설치 횟수 374
현재 버전 1.2.0
최근 업데이트 2017-02-07
출시 날짜 2017-02-07
평점 5.00/5 총 3 개의 평점
개발자 newstep
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Little Timer",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "timer16.png",
            "19": "timer19.png",
            "128": "timer128.png"
        },
        "default_title": "Little Timer",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "background"
    ],
    "icons": {
        "19": "timer19.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}