Time Calculator

Quickly and easily add up hours and minutes.

什麼是Time Calculator?

Time Calculator是由Chris Dermody開發的Chrome擴展程式,該擴展的主要功能是“Quickly and easily add up hours and minutes.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Time Calculator擴展crx文件

下載Time Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Time Calculator Time Calculator
ID ehildbclipkplmjfidlkkplaieiglaml
官方網址 https://chromewebstore.google.com/detail/time-calculator/ehildbclipkplmjfidlkkplaieiglaml
簡介 Quickly and easily add up hours and minutes.
檔案大小 457 KB
安裝次數 80,148
目前版本 3.1
更新時間 2015-11-16
上架時間 2015-11-16
評分 3.30/5 共 10 次評分
開發者 Chris Dermody
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}