Timer Mulp

Make Timer great again.

Timer Mulp là gì?

Timer Mulp là một tiện ích mở rộng Chrome được phát triển bởi Gilnom, và tính năng chính của nó là "Make Timer great again.".

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

screenshot
screenshot

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

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

                        The timer is easy to use. Has:

1.  2 types of time input.
2.  Displays the remaining time on the expansion icon.
3.  5 different timers independent of each other.                    

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

Tên Timer Mulp Timer Mulp
ID ecnepgmnbjpnkpjmojhkbdboocldoccd
URL Chính Thức https://chrome.google.com/webstore/detail/timer-mulp/ecnepgmnbjpnkpjmojhkbdboocldoccd
Mô tả Make Timer great again.
Kích Thước Tệp 3.68 MB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-10-24
Ngày Phát Hành 2019-07-30
Nhà Phát Triển Gilnom
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": "Timer Mulp",
    "version": "1.2",
    "description": "Make Timer great again.",
    "icons": {
        "48": "icons\/stopwatch482.png",
        "96": "icons\/stopwatch962.png",
        "128": "icons\/stopwatch1282.png"
    },
    "browser_action": {
        "default_title": "Timer",
        "default_popup": "popup\/Timer.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ],
    "web_accessible_resources": [
        "icons\/elk.png",
        "icons\/play.png"
    ],
    "background": {
        "page": "popup\/nothi.html"
    }
}