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ファイルをダウンロード

Alarm Me!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}