Time Calculator

Quickly and easily add up hours and minutes.

Time Calculator là gì?

Time Calculator là một tiện ích mở rộng Chrome được phát triển bởi Chris Dermody, và tính năng chính của nó là "Quickly and easily add up hours and minutes.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        This extension is a simple solution to adding up the hours and minutes you've worked in any given time period. It is ideal for shift workers who need to quickly and simply add up the hours and minutes they've worked so far in any given day or week. 



changelog:
update 3.1 Now you can have this chrome extension customised to your company colours and logo.
update 3 added scrolling feature for calculating both shifts and adding hours and minutes. Also added infinite number of extra fields.
update 2.1.4 update to event tracking in Google Analytics
update 2.1.3 animation added, extra instruction text 
update 2.1.2 adds universal analytics tracking code
update 2.1.1 adds analytics tracking code
update 2.1 adds "add fields" button for multiple shifts/calculations                    

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

Tên Time Calculator Time Calculator
ID ehildbclipkplmjfidlkkplaieiglaml
URL Chính Thức https://chromewebstore.google.com/detail/time-calculator/ehildbclipkplmjfidlkkplaieiglaml
Mô tả Quickly and easily add up hours and minutes.
Kích Thước Tệp 457 KB
Số Lần Cài Đặt 80,148
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2015-11-16
Ngày Phát Hành 2015-11-16
Đánh Giá 3.30/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Chris Dermody
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Calculator",
    "description": "Quickly and easily add up hours and minutes.",
    "version": "3.1",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "bg.html"
    },
    "permissions": [],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}