Easy Timer

Simple and easy to use timer.

Easy Timer란 무엇입니까?

Easy Timer은(는) Webruntime에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple and easy to use timer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Easy and fast set timer. At the end of the count, a desktop notification with a sound is displayed.

Features:
 • You can use the mouse wheel to quickly adjust the time
 • Extension prevent computer from sleeping while the timer is running

If you have any suggestions, please use "Support" page to leave a feedback.                    

확장 프로그램 기본 정보

이름 Easy Timer Easy Timer
ID fcadcainkooaeglkiofojfbedioapomp
공식 URL https://chromewebstore.google.com/detail/easy-timer/fcadcainkooaeglkiofojfbedioapomp
설명 Simple and easy to use timer.
파일 크기 1.04 MB
설치 횟수 2,350
현재 버전 1.0.6
최근 업데이트 2018-11-10
출시 날짜 2018-11-10
평점 4.42/5 총 19 개의 평점
개발자 Webruntime
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.6",
    "manifest_version": 2,
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "19": "icons\/icon19.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16ba.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "power"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}