Event Countdown Timer

Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.

Event Countdown Timer là gì?

Event Countdown Timer là một tiện ích mở rộng Chrome được phát triển bởi Shradha Mallik, và tính năng chính của nó là "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.".

Ả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 Event Countdown Timer

Tải xuống các tệp mở rộng Event Countdown Timer 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

                        Event Countdown Timer is a simple countdown clock app which reminds you about important events, weddings, anniversaries, birthdays, or holidays to name a few.

Simply write the event name and set the date and time. The app will show you the remaining time and send a notification once the event day is reached.

To get the reminder alerts, we request you to please enable chrome notification in your system.                    

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

Tên Event Countdown Timer Event Countdown Timer
ID gnmjoklebamcedaiiphjmbbenmeokagh
URL Chính Thức https://chromewebstore.google.com/detail/event-countdown-timer/gnmjoklebamcedaiiphjmbbenmeokagh
Mô tả Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 452
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2021-01-14
Ngày Phát Hành 2021-01-10
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Shradha Mallik
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",
    "manifest_version": 2,
    "name": "Event Countdown Timer",
    "description": "Event Countdown Timer is a simple reminder app for any important event such as birthdays, anniversaries, or any other event.",
    "version": "0.0.0.2",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}