Minute to Hour
Convert minutes to an hour string.
Minute to Hour란 무엇입니까?
Minute to Hour은(는) kevingimbel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert minutes to an hour string."입니다.
확장 프로그램 스크린샷
Minute to Hour 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convert Minutes to Hours; that's it. Useful if you are working with a Call Tracking tool that requires to input times in hour format, e.g. 15 minutes would be 0.25 hours. Need a specific Feature? Request them on Github! https://github.com/kevingimbel/minute-to-hour.chrome
확장 프로그램 기본 정보
이름 | Minute to Hour |
ID | obaikajlkkoedmedkglnpdailmoeaccm |
공식 URL | https://chromewebstore.google.com/detail/minute-to-hour/obaikajlkkoedmedkglnpdailmoeaccm |
설명 | Convert minutes to an hour string. |
파일 크기 | 139 KB |
설치 횟수 | 66 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-06-14 |
출시 날짜 | 2016-06-14 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | kevingimbel |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minute to Hour", "description": "Convert minutes to an hour string.", "version": "1.0", "icons": { "128": "assets\/images\/icon_large.png" }, "browser_action": { "default_icon": "assets\/images\/icon_large.png", "default_popup": "views\/popup.html", "default_title": "Minute to Hour" }, "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |