Lightweight Alarm clock

Alarm clock, countdown, interval timer

Lightweight Alarm clockとは何ですか?

Lightweight Alarm clockはchikitonikによって開発されたChromeの拡張機能で、その主な機能は「Alarm clock, countdown, interval timer」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Lightweight Alarm clock拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Lightweight Alarm clock, countdown, interval timer with sound and notifications.

Easy to set up and simple to use                    

拡張機能の基本情報

名前 Lightweight Alarm clock Lightweight Alarm clock
ID dipbelnbiifccoaomakbonpknchcdfpl
公式URL https://chromewebstore.google.com/detail/lightweight-alarm-clock/dipbelnbiifccoaomakbonpknchcdfpl
説明 Alarm clock, countdown, interval timer
ファイルサイズ 2.57 MB
インストール数 298
現在のバージョン 1.0.0
最終更新日 2023-01-26
公開日 2022-11-22
評価 5.00/5 合計 4 レビュー
開発者 chikitonik
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightweight Alarm clock ",
    "version": "1.0.0",
    "description": "Alarm clock, countdown, interval timer",
    "manifest_version": 3,
    "author": "Roman",
    "permissions": [
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png",
        "default_title": "Alarm clock"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.index.html\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}