Alarm Ninja

Alarm and countdown timer.

Alarm Ninja란 무엇입니까?

Alarm Ninja은(는) quacked에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alarm and countdown timer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Alarm Ninja sounds an alarm and shows a popup after a specified time period.

Either insert minutes/seconds, or insert the time (24-hour clock) you want the alarm to trigger. Options page makes it possible to control volume and choose between a selection of alarm sounds. It is also possible to disable the popup and just have sound.

Use this extension to prevent overcooked potatoes, burnt pizzas and forgotten appointments. The popup badge shows how many minutes left.                    

확장 프로그램 기본 정보

이름 Alarm Ninja Alarm Ninja
ID nlcpjkdhdmfamjccnhginlmfjhigipdf
공식 URL https://chrome.google.com/webstore/detail/alarm-ninja/nlcpjkdhdmfamjccnhginlmfjhigipdf
설명 Alarm and countdown timer.
파일 크기 465 KB
설치 횟수 2,092
현재 버전 1.34
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 3.90/5 총 103 개의 평점
개발자 quacked
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alarm Ninja",
    "description": "Alarm and countdown timer.",
    "manifest_version": 2,
    "version": "1.34",
    "background": {
        "page": "index.html",
        "persistent": true
    },
    "icons": {
        "128": "images\/icon64.png"
    },
    "browser_action": [],
    "options_page": "options.html",
    "web_accessible_resources": [
        "alarm.html",
        "audio\/alarm.wav",
        "audio\/alarm10.wav",
        "audio\/alarm11.wav",
        "audio\/alarm12.wav",
        "audio\/alarm13.wav",
        "audio\/alarm14.wav",
        "audio\/alarm15.wav",
        "audio\/alarm16.wav",
        "audio\/alarm2.wav",
        "audio\/alarm3.wav",
        "audio\/alarm4.wav",
        "audio\/alarm5.wav",
        "audio\/alarm6.wav",
        "audio\/alarm7.wav",
        "audio\/alarm8.wav",
        "audio\/alarm9.wav",
        "images\/clock.png",
        "images\/donate.gif",
        "images\/gradient.png",
        "images\/icon128.png",
        "images\/icon18.png",
        "images\/icon64.png",
        "images\/play.png"
    ],
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';"
}