Clean Timer

Helps you organize and optimize the tasks that matter for you

Clean Timer là gì?

Clean Timer là một tiện ích mở rộng Chrome được phát triển bởi Hideki OTSUKA, và tính năng chính của nó là "Helps you organize and optimize the tasks that matter for you".

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

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

                        Organise yourself and manage your time easily by setting timers.
Clean Timer offers a simple, very easy to use interface with a large nice display.

Main features :
- Set up multiple precise timers
- Choose for each timer, the alarm you want
- Pause & resume your timers at any time
- Use a stopwatch and time yourself easily

Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.                    

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

Tên Clean Timer Clean Timer
ID jobneimllpaijdidliomlnekgjkjhpfn
URL Chính Thức https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn
Mô tả Helps you organize and optimize the tasks that matter for you
Kích Thước Tệp 1.62 MB
Số Lần Cài Đặt 658
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-04-10
Ngày Phát Hành 2020-04-10
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Hideki OTSUKA
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": "Clean Timer",
    "version": "1.2.1",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Helps you organize and optimize the tasks that matter for you",
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Clean Timer",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "manifest_version": 2
}