Lightweight Alarm clock

Alarm clock, countdown, interval timer

什么是Lightweight Alarm clock?

Lightweight Alarm clock是由chikitonik开发的Chrome扩展程序,该扩展的主要功能是“Alarm clock, countdown, interval timer”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Lightweight Alarm clock扩展crx文件

下载Lightweight Alarm clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

Easy to set up and simple to use                    

扩展基本信息

名称 Lightweight Alarm clock Lightweight Alarm clock
ID dipbelnbiifccoaomakbonpknchcdfpl
官方URL https://chromewebstore.google.com/detail/lightweight-alarm-clock/dipbelnbiifccoaomakbonpknchcdfpl
简介 Alarm clock, countdown, interval timer
文件大小 2.57 MB
安装次数 298
当前版本 1.0.0
更新时间 2023-01-26
上架时间 2022-11-22
评分 5.00/5 共4次评分
开发者 chikitonik
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}