Timer

This simple timer tells you when your time is up.

Timer là gì?

Timer là một tiện ích mở rộng Chrome được phát triển bởi Kuba Szulaczkowski, và tính năng chính của nó là "This simple timer tells you when your time is up.".

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

screenshot

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

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

                        Set it for up to 4 hours
Pause or start the timer over
Persistent desktop notification with looping sound

Additional sounds are available as an in-app payment                    

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

Tên Timer Timer
ID hepmlgghomccjinhcnkkikjpgkjibglj
URL Chính Thức https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj
Mô tả This simple timer tells you when your time is up.
Kích Thước Tệp 522 KB
Số Lần Cài Đặt 164,548
Phiên Bản Hiện Tại 1.3.0.2
Cập Nhật Lần Cuối 2018-10-03
Ngày Phát Hành 2018-10-03
Đánh Giá 4.20/5 Tổng số 498 Đánh Giá
Nhà Phát Triển Kuba Szulaczkowski
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": "Timer",
    "version": "1.3.0.2",
    "manifest_version": 2,
    "description": "This simple timer tells you when your time is up.",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/clock.png",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "50",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/48.png"
    ]
}