Timer

Stylish timer combined with stopwatch and alarm for your browser.

Timer란 무엇입니까?

Timer은(는) Karl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stylish timer combined with stopwatch and alarm for your browser."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Timer is a lite extension that let you easily setup multiple alarms, timers or stopwatch for yourself.

Simply open toolbar popup UI and then choose a desired tab. The first tab is for alarm adjustment. Simply click on the - add a new alarm - button to view the settings page. Then, add a name for the alarm and adjust date, hour and minute and at the end, click on the - save change - button.

Please note that, if you want to "repeat" the alarm weekly, please click on the - repeat weekly - button. There are also five different sounds available to choose from.

For timer and stopwatch, please perform the same procedure mentioned above for alarm                    

확장 프로그램 기본 정보

이름 Timer Timer
ID ifgkgjaofnkgalclccdmlenkfffdgcdb
공식 URL https://chromewebstore.google.com/detail/timer/ifgkgjaofnkgalclccdmlenkfffdgcdb
설명 Stylish timer combined with stopwatch and alarm for your browser.
파일 크기 2.89 MB
설치 횟수 24,378
현재 버전 0.1.1
최근 업데이트 2018-03-15
출시 날짜 2018-03-15
평점 4.41/5 총 88 개의 평점
개발자 Karl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://eccorem.com/apps/timer.html
도움말 페이지 URL http://eccorem.com/apps/timer.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms"
    ],
    "name": "__MSG_chrome_extension_name__",
    "homepage_url": "http:\/\/eccorem.com\/apps\/timer.html",
    "description": "__MSG_chrome_extension_description__",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "__MSG_browser_action_title__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}