Work-Time

Work-Time - It's just the timer of your working time.

Work-Time là gì?

Work-Time là một tiện ích mở rộng Chrome được phát triển bởi Alex Zarnitsa, và tính năng chính của nó là "Work-Time - It's just the timer of your working time.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Add timers for each task. 
Each timer has their notes. 
Timer thinks if a new day, and you do not stop the timer, it resets to 0:00.
You can also see the Options page, to set this option.
And also, Help, you can find on the Options page. This page will help you to find additional functions.                    

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

Tên Work-Time Work-Time
ID fbdehjlkdfihmopbhddckmnabmfgkmkg
URL Chính Thức https://chromewebstore.google.com/detail/work-time/fbdehjlkdfihmopbhddckmnabmfgkmkg
Mô tả Work-Time - It's just the timer of your working time.
Kích Thước Tệp 448 KB
Số Lần Cài Đặt 401
Phiên Bản Hiện Tại 3.0.5
Cập Nhật Lần Cuối 2015-02-14
Ngày Phát Hành 2015-02-14
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Alex Zarnitsa
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "browser_action": {
        "default_icon": "\/images\/clock.png",
        "default_popup": "\/popup.html",
        "default_title": "Work-Time",
        "name": "Work-Time"
    },
    "description": "Work-Time - It's just the timer of your working time.",
    "icons": {
        "128": "\/images\/clock.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcOap2OG3psJfEnehiNKGUcwzqRQ3bB1r1RJkm7Ro5SkTSdfM8aaMXBHq+UfBSvRYeiPYBVYYtIMibyzp3405ae0unkcglqHgM+hac68HG1CTIA2wBGTNsf+pj53eSes\/TzMi+fnWsQkN0sU1YXU5ORs8n6q3fvzntfikUmD53+wIDAQAB",
    "manifest_version": 2,
    "name": "Work-Time",
    "options_page": "options.html",
    "short_name": "Work-Time",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.5"
}