liTimer

The most simple countdown timer ever

liTimer là gì?

liTimer là một tiện ích mở rộng Chrome được phát triển bởi https://peterjezik.com, và tính năng chính của nó là "The most simple countdown timer ever".

Ả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 liTimer

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

                        Just write a time in any imaginable format, hit "Enter" and liTimer will notice you when the time is up.

For example:

write 34m 23s or 34 min 23 sec etc. for 34 minutes and 23 seconds

write 2:35:23 or 2 35 23 or 2-35-23 etc. for 2 hours 35 minutes and 23 seconds

write 2:35 or 2 35 or 2-35 etc. for 2 hours 35 minutes

or write just 35 for 35 minutes

Hit enter while the input field is empty and the time/Done label will be cleared.                    

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

Tên liTimer liTimer
ID fgdmhecedeljjocjbhknacbkmmkhanpg
URL Chính Thức https://chromewebstore.google.com/detail/litimer/fgdmhecedeljjocjbhknacbkmmkhanpg
Mô tả The most simple countdown timer ever
Kích Thước Tệp 12.67 KB
Số Lần Cài Đặt 314
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-12-01
Ngày Phát Hành 2019-12-01
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://peterjezik.com
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": "liTimer",
    "version": "1.2",
    "description": "The most simple countdown timer ever",
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/done.png"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/19.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}