Little Timer

Only 8 type timers

Little Timer là gì?

Little Timer là một tiện ích mở rộng Chrome được phát triển bởi newstep, và tính năng chính của nó là "Only 8 type timers".

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

screenshot
screenshot
screenshot

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

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

                        Features
 - Set timer by one click.
 - Notify by new tab after the time has elapsed.
 - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes.
 - Remaining time is displayed on the right bottom of the icon.
 - Notify with a message if you enter a message.                    

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

Tên Little Timer Little Timer
ID hoojobmcgpegpdbaagmopahobnnnhhmh
URL Chính Thức https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh
Mô tả Only 8 type timers
Kích Thước Tệp 20.62 KB
Số Lần Cài Đặt 374
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2017-02-07
Ngày Phát Hành 2017-02-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển newstep
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Little Timer",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "timer16.png",
            "19": "timer19.png",
            "128": "timer128.png"
        },
        "default_title": "Little Timer",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "background"
    ],
    "icons": {
        "19": "timer19.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}