Timer: the Simple Timer

A simple,minimalist 25 minutes timer.

Timer: the Simple Timer란 무엇입니까?

Timer: the Simple Timer은(는) valya.situation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple,minimalist 25 minutes timer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.                    

확장 프로그램 기본 정보

이름 Timer: the Simple Timer Timer: the Simple Timer
ID pbncilcogkcfjdfbdaikpofojdcfgplo
공식 URL https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo
설명 A simple,minimalist 25 minutes timer.
파일 크기 100 KB
설치 횟수 53
현재 버전 1.8
최근 업데이트 2019-08-03
출시 날짜 2019-08-03
평점 5.00/5 총 1 개의 평점
개발자 valya.situation
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Timer.png",
        "default_title": "Timer"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "Timer_128.png",
        "16": "Timer_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "Timer"
    },
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "short_name": "Timer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}