CountDown Timer

Use to count the number of days,hours,sec remaining

CountDown Timer란 무엇입니까?

CountDown Timer은(는) Sumit Shitole에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use to count the number of days,hours,sec remaining"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Introducing our Chrome extension – a powerful countdown timer at your fingertips! Stay organized and boost productivity with our user-friendly timer. Set customizable countdowns for any task or event, whether it's a work deadline, study session, or a quick break. Enhance your time management skills and stay on track with this intuitive tool. Download now for a seamless countdown experience right in your browser!
We have updated the design of extension and added few features.                    

확장 프로그램 기본 정보

이름 CountDown Timer CountDown Timer
ID pajmmdmjkjjhogcgloaphjibbpdhmklp
공식 URL https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp
설명 Use to count the number of days,hours,sec remaining
파일 크기 242 KB
설치 횟수 1,437
현재 버전 2.0
최근 업데이트 2023-12-31
출시 날짜 2019-11-06
평점 4.67/5 총 24 개의 평점
개발자 Sumit Shitole
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://linkedin.com/in/sumit-shitole/
도움말 페이지 URL https://github.com/SumitShitole
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CountDown Timer",
    "version": "2.0",
    "description": "Use to count the number of days,hours,sec remaining",
    "icons": {
        "16": "Icon.png",
        "32": "Icon-32.png"
    },
    "action": {
        "default_popup": "Counter.html",
        "default_icon": "Icon.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}