Task Timer

Timer

Task Timer란 무엇입니까?

Task Timer은(는) Sridhar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Timer"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Create your timer with start/pause options. Timer is perfect for everyday task and track your time.

Version:
1.0.0 - Timer file source.
1.1.0 - Alert code updated.
1.2.0 - List order changed.
1.3.0 - Button Trigger fixed.                    

확장 프로그램 기본 정보

이름 Task Timer Task Timer
ID dejdlcmofhbhbolamanacpffmpaoblin
공식 URL https://chrome.google.com/webstore/detail/task-timer/dejdlcmofhbhbolamanacpffmpaoblin
설명 Timer
파일 크기 635 KB
설치 횟수 338
현재 버전 1.3.0
최근 업데이트 2018-11-26
출시 날짜 2018-11-26
평점 4.75/5 총 4 개의 평점
개발자 Sridhar
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sridhar",
    "browser_action": {
        "default_icon": "images\/task_48.png",
        "default_popup": "popup.html",
        "default_title": "Timer"
    },
    "description": "Timer",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "contextMenus",
        "alarms"
    ],
    "homepage_url": "http:\/\/www.sridhar.xyz",
    "icons": {
        "128": "images\/task_128.png",
        "16": "images\/task_16.png",
        "48": "images\/task_48.png"
    },
    "manifest_version": 2,
    "name": "Task Timer",
    "options_page": "options.html",
    "short_name": "Timer",
    "version": "1.3.0"
}