Cuckoo Alarm

the Alarm with a cuckoo sings every 30 minutes

What is Cuckoo Alarm?

Cuckoo Alarm is a Chrome extension developed by matsuoshi, and its main feature is "the Alarm with a cuckoo sings every 30 minutes".

Extension Screenshots

screenshot

Download Cuckoo Alarm Extension CRX File

Download Cuckoo Alarm extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

can toggle sound ON/OFF with button.                    

Extension Basic Information

Name Cuckoo Alarm Cuckoo Alarm
ID kdkkbkefmhllplcecmplfohdpjibjncg
Official URL https://chromewebstore.google.com/detail/cuckoo-alarm/kdkkbkefmhllplcecmplfohdpjibjncg
Description the Alarm with a cuckoo sings every 30 minutes
File Size 32.08 KB
Installation Count 146
Current Version 1.0.4
Last Updated 2020-10-26
Publish Date 2020-10-07
Rating 5.00/5 Total 2 Ratings
Developer matsuoshi
Email [email protected]
Payment Type free
Extension Website https://github.com/matsuoshi/cuckoo_alarm
Supported Languages 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"
    }
}