Countdown timer by Michal

Create, manage, and be notified for important events.

Countdown timer by Michal란 무엇입니까?

Countdown timer by Michal은(는) mjfutera에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create, manage, and be notified for important events."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Countdown timer by Michal 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Timer for Chrome: Never Miss a Thing

Features

Create custom timers
Set any time for each timer, from 1 minute to 365 days
Choose whether you want the timer to repeat
Add a title and description to each timer
Start and stop timers
The timer starts automatically when saved and stops when the time runs out
Receive notifications
Receive a notification in the clock notification bar and play a bell sound
Additionally, the timer can open a specific website when the time runs out
Benefits

Never miss important events
Timer for Chrome will help you remember meetings, deadlines, and other important events.
Be more productive
Timer for Chrome will help you focus on one thing at a time by setting a timer for a specific amount of time.
Relax and unwind
Timer for Chrome will help you find time to relax and unwind by setting a timer for a specific amount of time.
Examples

Set a timer for 25 minutes to practice yoga.
Set a timer for 30 minutes to cook dinner.
Set a timer for 15 minutes to take a break from work.
Set a timer for 365 days to remember a loved one's birthday.
Install Timer for Chrome today and start remembering the important things!                    

확장 프로그램 기본 정보

이름 Countdown timer by Michal Countdown timer by Michal
ID mgfhlobphekamclnocchccjickjiolab
공식 URL https://chromewebstore.google.com/detail/countdown-timer-by-michal/mgfhlobphekamclnocchccjickjiolab
설명 Create, manage, and be notified for important events.
파일 크기 550 KB
설치 횟수 33
현재 버전 1.0.1
최근 업데이트 2023-12-24
출시 날짜 2023-12-18
평점 5.00/5 총 2 개의 평점
개발자 mjfutera
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Countdown timer by Michal",
    "version": "1.0.1",
    "description": "Create, manage, and be notified for important events.",
    "icons": {
        "128": "logos\/logo128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "author": {
        "name": "Micha\u0142 Futera",
        "url": "https:\/\/linktr.ee\/mjfutera"
    }
}