T-Minus

Countdown Task Timer

T-Minus란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

T-Minus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A countdown Timer, T-minus allows the user to enter a time, start the timer and store records for time worked for up to 31 days. It tracks time for a session, day and week. The user can also download records in a spreadsheet-friendly format. This tool was designed by an experienced search engine evaluator for task-based work.    

The 'storage' permission is required to utilize HTML Local Storage. No personal data is collected or transferred to a 3rd party, and no login is required. All of your records are kept in-browser.                    

확장 프로그램 기본 정보

이름 T-Minus T-Minus
ID kfhnlpcfmdajlffldiahgkdcdjiipbgi
공식 URL https://chromewebstore.google.com/detail/t-minus/kfhnlpcfmdajlffldiahgkdcdjiipbgi
설명 Countdown Task Timer
파일 크기 545 KB
설치 횟수 77
현재 버전 0.922
최근 업데이트 2023-05-20
출시 날짜 2022-04-27
평점 5.00/5 총 2 개의 평점
개발자 pharley64
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://recogblog.com/help.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "T-Minus",
    "description": "Countdown Task Timer",
    "version": "0.922",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/t_minus_16.png",
            "32": "img\/t_minus_32.png",
            "48": "img\/t_minus_48.png",
            "128": "img\/t_minus_128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/t_minus_16.png",
        "32": "img\/t_minus_32.png",
        "48": "img\/t_minus_48.png",
        "128": "img\/t_minus_128.png"
    }
}