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
官方網址 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
電子郵箱 [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"
    }
}