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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}