Stopwatch, Timer and Alarm

For your browser, a simple to use and lightweight timer, alarm, and stopwatch.

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

Stopwatch, Timer and Alarm은(는) landonnaselina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For your browser, a simple to use and lightweight timer, alarm, and stopwatch."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        An "Stopwatch, Timer and Alarm" add-on allows you to quickly create a timer, alarm, or change the stopwatch in your browser.

This add-on may be used in three different ways: as a toolbar button, in a new tab, or alone. Simply right-click on the toolbar button to pick your context. There are three tabs on the left side of the interface; please check each one to get more information. A button appears at the top of the interface to create a new timer or alarm. Select this button to modify timer settings or alarms. The start, reset, and lap buttons may be found on the stopwatch tab.                    

확장 프로그램 기본 정보

이름 Stopwatch, Timer and Alarm Stopwatch, Timer and Alarm
ID ofneahchfiejimkagejlhkgfhkgjombf
공식 URL https://chromewebstore.google.com/detail/stopwatch-timer-and-alarm/ofneahchfiejimkagejlhkgfhkgjombf
설명 For your browser, a simple to use and lightweight timer, alarm, and stopwatch.
파일 크기 8.48 MB
설치 횟수 1,621
현재 버전 0.1
최근 업데이트 2022-05-26
출시 날짜 2022-05-26
평점 4.63/5 총 43 개의 평점
개발자 landonnaselina
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://worldaddons.com/stopwatch-timer-and-alarm/
도움말 페이지 URL https://worldaddons.com/contact/
개인정보 보호 정책 페이지 URL https://worldaddons.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Stopwatch, Timer and Alarm",
    "permissions": [
        "storage",
        "alarms",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/stopwatch-timer-and-alarm\/",
    "description": "For your browser, a simple to use and lightweight timer, alarm, and stopwatch.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Stopwatch, Timer and Alarm",
        "default_popup": "source\/popup\/popup.html",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}