Cuckoo Alarm

the Alarm with a cuckoo sings every 30 minutes

Cuckoo Alarmとは何ですか?

Cuckoo Alarmはmatsuoshiによって開発されたChromeの拡張機能で、その主な機能は「the Alarm with a cuckoo sings every 30 minutes」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension works as an alarm every 30 minutes.
The cuckoo sings one time, every half hour.

can toggle sound ON/OFF with button.                    

拡張機能の基本情報

名前 Cuckoo Alarm Cuckoo Alarm
ID kdkkbkefmhllplcecmplfohdpjibjncg
公式URL https://chromewebstore.google.com/detail/cuckoo-alarm/kdkkbkefmhllplcecmplfohdpjibjncg
説明 the Alarm with a cuckoo sings every 30 minutes
ファイルサイズ 32.08 KB
インストール数 146
現在のバージョン 1.0.4
最終更新日 2020-10-26
公開日 2020-10-07
評価 5.00/5 合計 2 レビュー
開発者 matsuoshi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/matsuoshi/cuckoo_alarm
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cuckoo Alarm",
    "version": "1.0.4",
    "description": "the Alarm with a cuckoo sings every 30 minutes",
    "author": "matsuoshi",
    "homepage_url": "https:\/\/github.com\/matsuoshi\/cuckoo_alarm",
    "permissions": [
        "alarms"
    ],
    "background": {
        "scripts": [
            "cuckoo_alarm.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_title": "toggle the cuckoo sings"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "128": "icons\/icon128.png"
    }
}