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
公式URL 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
Eメール [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"
    }
}