MultiTimer ZN

This multi timer will allow you to keep track of the time you spend on different activities.

MultiTimer ZN là gì?

MultiTimer ZN là một tiện ích mở rộng Chrome được phát triển bởi Andrej Babič, và tính năng chính của nó là "This multi timer will allow you to keep track of the time you spend on different activities.".

Ả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 MultiTimer ZN

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

                        If you need to, or just wish to know how much time you dedicate to a specific activity, you may want to keep yourself on the clock. Keeping track of multiple activities can quickly become a nightmare. 

Fortunately for you, you have just found the tool you've always wished for (sort of:)

Key features:
  • Multiple timers, with multiple checkpoints.
  • Easy to modify and adjust.
  • The timers are persisent. Even if you close your browser they will be still waiting for you.
  • Timers can be exported to and imported from a file.
  • Keyboard shortcuts.
  
This extension was initially meant to be used to track time on different projects while freelancing. We are actually surprised by how useful it has turned out to be, so we have decided to share it. Since we eat our own dog food, any suggestions and feedbacks will be greatly appreciated :)                    

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

Tên MultiTimer ZN MultiTimer ZN
ID mkeknbhnbobknhphlbmhoeibadjpflma
URL Chính Thức https://chromewebstore.google.com/detail/multitimer-zn/mkeknbhnbobknhphlbmhoeibadjpflma
Mô tả This multi timer will allow you to keep track of the time you spend on different activities.
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 892
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-08-12
Ngày Phát Hành 2013-08-12
Đánh Giá 4.58/5 Tổng số 55 Đánh Giá
Nhà Phát Triển Andrej Babič
Loại Thanh Toán free
Trang Web Mở Rộng http://www.linkedin.com/in/andrejbabic
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiTimer ZN",
    "description": "This multi timer will allow you to keep track of the time you spend on different activities.",
    "version": "1.1",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "offline_enabled": true,
    "homepage_url": "http:\/\/www.linkedin.com\/in\/andrejbabic",
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "background": {
        "page": "resources\/background.html"
    },
    "permissions": [
        "tabs"
    ]
}