Lightweight Alarm clock

Alarm clock, countdown, interval timer

Lightweight Alarm clock là gì?

Lightweight Alarm clock là một tiện ích mở rộng Chrome được phát triển bởi chikitonik, và tính năng chính của nó là "Alarm clock, countdown, interval timer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lightweight Alarm clock

Tải xuống các tệp mở rộng Lightweight Alarm clock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Easy to set up and simple to use                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lightweight Alarm clock Lightweight Alarm clock
ID dipbelnbiifccoaomakbonpknchcdfpl
URL Chính Thức https://chromewebstore.google.com/detail/lightweight-alarm-clock/dipbelnbiifccoaomakbonpknchcdfpl
Mô tả Alarm clock, countdown, interval timer
Kích Thước Tệp 2.57 MB
Số Lần Cài Đặt 298
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-01-26
Ngày Phát Hành 2022-11-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển chikitonik
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}