CountDown Timer

Use to count the number of days,hours,sec remaining

CountDown Timer là gì?

CountDown Timer là một tiện ích mở rộng Chrome được phát triển bởi Sumit Shitole, và tính năng chính của nó là "Use to count the number of days,hours,sec remaining".

Ả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 CountDown Timer

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

                        Introducing our Chrome extension – a powerful countdown timer at your fingertips! Stay organized and boost productivity with our user-friendly timer. Set customizable countdowns for any task or event, whether it's a work deadline, study session, or a quick break. Enhance your time management skills and stay on track with this intuitive tool. Download now for a seamless countdown experience right in your browser!
We have updated the design of extension and added few features.                    

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

Tên CountDown Timer CountDown Timer
ID pajmmdmjkjjhogcgloaphjibbpdhmklp
URL Chính Thức https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp
Mô tả Use to count the number of days,hours,sec remaining
Kích Thước Tệp 242 KB
Số Lần Cài Đặt 1,437
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-12-31
Ngày Phát Hành 2019-11-06
Đánh Giá 4.67/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Sumit Shitole
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://linkedin.com/in/sumit-shitole/
URL Trang Trợ Giúp https://github.com/SumitShitole
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CountDown Timer",
    "version": "2.0",
    "description": "Use to count the number of days,hours,sec remaining",
    "icons": {
        "16": "Icon.png",
        "32": "Icon-32.png"
    },
    "action": {
        "default_popup": "Counter.html",
        "default_icon": "Icon.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}