Alarm Me!

Your personal pocket alarm for Chrome with notifications.

Alarm Me!란 무엇입니까?

Alarm Me!은(는) filip.rafajec에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your personal pocket alarm for Chrome with notifications."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Simple and lightweight app that will make your day to day life easier!
It is an alarm application integrated with notifications that you can access with few clicks on every chrome browser where you are logged in.

Main focus is to provide users alarm that they can activate or remove while they are sitting in front of PC. Goal is to provide wake-up reminder for users who spend working at PC or simply want to be reminded that they have to to something.

App 2.0.0 version is an update of an old one, technically a complete rebuild of the app. Chrome has changed its capabilities - meaning that from 2023 this app will stop working without another update. Playing sound from Chrome has never been harder.                    

확장 프로그램 기본 정보

이름 Alarm Me! Alarm Me!
ID knahjdfbilnkfipggnnhojmjpjcgjkmg
공식 URL https://chromewebstore.google.com/detail/alarm-me/knahjdfbilnkfipggnnhojmjpjcgjkmg
설명 Your personal pocket alarm for Chrome with notifications.
파일 크기 4 MB
설치 횟수 10,000
현재 버전 2.0.0
최근 업데이트 2021-12-16
출시 날짜 2019-03-14
평점 3.55/5 총 119 개의 평점
개발자 filip.rafajec
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Filip Rafajec",
    "version": "2.0.0",
    "name": "Alarm Me!",
    "short_name": "Alarm Me!",
    "description": "Your personal pocket alarm for Chrome with notifications.",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png"
    },
    "browser_action": {
        "default_title": "Alarm manager",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}