Lightweight Alarm clock

Alarm clock, countdown, interval timer

Qu'est-ce que Lightweight Alarm clock ?

Lightweight Alarm clock est une extension Chrome développée par chikitonik, et sa fonction principale est "Alarm clock, countdown, interval timer".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Lightweight Alarm clock

Téléchargez les fichiers d'extension Lightweight Alarm clock 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

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

Easy to set up and simple to use                    

Informations de Base sur l'Extension

Nom Lightweight Alarm clock Lightweight Alarm clock
ID dipbelnbiifccoaomakbonpknchcdfpl
URL Officiel https://chromewebstore.google.com/detail/lightweight-alarm-clock/dipbelnbiifccoaomakbonpknchcdfpl
Description Alarm clock, countdown, interval timer
Taille du Fichier 2.57 MB
Nombre d'Installations 298
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-01-26
Date de Publication 2022-11-22
Évaluation 5.00/5 Total 4 Évaluations
Développeur chikitonik
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}