Timer

A simple timer

Timer란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        "A Simple Timer" is a practical and efficient extension for Chrome that allows users to set a custom timer and receive an alarm when the defined time expires. With just a few clicks, you can enjoy precise time control and never worry about missing important deadlines or forgetting tasks again.

Key Features:

Custom Timer: With "A Simple Timer," you can input the desired time by specifying hours, minutes, and seconds. This flexibility allows you to set the timer according to your specific needs.

Notification Alarm: Once the defined time runs out, the extension will emit a sound and visual alarm to immediately notify you. Never miss an important task or appointment again!

Start and Reset: The extension features two intuitive buttons - "Start" and "Reset." The "Start" button allows you to initiate the timer to begin the countdown, while the "Reset" button allows you to reset the timer to input a new time if needed.

User-Friendly Interface: The extension's interface is designed to be easy to use and understand. With just a few clicks, you can quickly set up the timer and efficiently manage your tasks.

"A Simple Timer" is ideal for students, professionals, freelancers, and anyone who needs to effectively manage their time. Install the extension now and enjoy the benefits of a simple yet powerful timing tool.

Please send me some feedback: [email protected]                    

확장 프로그램 기본 정보

이름 Timer Timer
ID pebcmcfacgfhhbompmiadbndcenmnkpg
공식 URL https://chromewebstore.google.com/detail/timer/pebcmcfacgfhhbompmiadbndcenmnkpg
설명 A simple timer
파일 크기 3.04 MB
설치 횟수 46
현재 버전 1.9
최근 업데이트 2023-05-11
출시 날짜 2023-05-11
평점 5.00/5 총 3 개의 평점
개발자 nathanlucaass.silva
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timer",
    "description": "A simple timer",
    "version": "1.9",
    "manifest_version": 3,
    "permissions": [
        "background",
        "windows"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": ".\/pages\/index.html",
        "default_icon": ".\/Assets\/icon.png"
    }
}