Timer, Alarm & Stopwatch

An easy-to-use and lite timer, alarm, and stopwatch for your browser.

Timer, Alarm & Stopwatch란 무엇입니까?

Timer, Alarm & Stopwatch은(는) leocompson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An easy-to-use and lite timer, alarm, and stopwatch for your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Timer, Alarm & Stopwatch 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Timer, Alarm & Stopwatch is an extension that lets you easily set a timer, alarm, or adjust stopwatch in your browser. 

The interface for this addon can be opened in toolbar popup, a new tab, or a stand-alone window. Simply right-click on the toolbar button to choose the desired context. When you open the UI, there are three tabs on the left side, please click on each tab to see the details. At the top, there is a button to add a new timer or alarm. Click on this button to adjust the timer or alarm settings. For the stopwatch tab, there are the start, reset, and lap buttons.

If you have a feature request or found a bug to report, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/timer.html).                    

확장 프로그램 기본 정보

이름 Timer, Alarm & Stopwatch Timer, Alarm & Stopwatch
ID pbnhgpbneanmjlcnkmifdkpbkjaoebpb
공식 URL https://chromewebstore.google.com/detail/timer-alarm-stopwatch/pbnhgpbneanmjlcnkmifdkpbkjaoebpb
설명 An easy-to-use and lite timer, alarm, and stopwatch for your browser.
파일 크기 8.46 MB
설치 횟수 9,611
현재 버전 0.1.5
최근 업데이트 2024-01-08
출시 날짜 2020-06-02
평점 2.93/5 총 14 개의 평점
개발자 leocompson
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/timer.html
도움말 페이지 URL https://mybrowseraddon.com/timer.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Timer, Alarm & Stopwatch",
    "homepage_url": "https:\/\/mybrowseraddon.com\/timer.html",
    "description": "An easy-to-use and lite timer, alarm, and stopwatch for your browser.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Timer, Alarm & Stopwatch",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}