Cuckoo Alarm

the Alarm with a cuckoo sings every 30 minutes

Qu'est-ce que Cuckoo Alarm ?

Cuckoo Alarm est une extension Chrome développée par matsuoshi, et sa fonction principale est "the Alarm with a cuckoo sings every 30 minutes".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cuckoo Alarm

Téléchargez les fichiers d'extension Cuckoo Alarm au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

can toggle sound ON/OFF with button.                    

Informations de Base sur l'Extension

Nom Cuckoo Alarm Cuckoo Alarm
ID kdkkbkefmhllplcecmplfohdpjibjncg
URL Officiel https://chromewebstore.google.com/detail/cuckoo-alarm/kdkkbkefmhllplcecmplfohdpjibjncg
Description the Alarm with a cuckoo sings every 30 minutes
Taille du Fichier 32.08 KB
Nombre d'Installations 146
Version Actuelle 1.0.4
Dernière Mise à Jour 2020-10-26
Date de Publication 2020-10-07
Évaluation 5.00/5 Total 2 Évaluations
Développeur matsuoshi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/matsuoshi/cuckoo_alarm
Langues Prises en Charge 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"
    }
}