Lightweight Alarm clock

Alarm clock, countdown, interval timer

Wat is Lightweight Alarm clock?

Lightweight Alarm clock is een Chrome-extensie ontwikkeld door chikitonik, en de belangrijkste functie is "Alarm clock, countdown, interval timer".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Lightweight Alarm clock

Download Lightweight Alarm clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Easy to set up and simple to use                    

Basisinformatie over de Extensie

Naam Lightweight Alarm clock Lightweight Alarm clock
ID dipbelnbiifccoaomakbonpknchcdfpl
Officiële URL https://chromewebstore.google.com/detail/lightweight-alarm-clock/dipbelnbiifccoaomakbonpknchcdfpl
Beschrijving Alarm clock, countdown, interval timer
Bestandsgrootte 2.57 MB
Aantal Installaties 298
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-01-26
Publicatiedatum 2022-11-22
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar chikitonik
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}