Minute to Hour
Convert minutes to an hour string.
Minute to Hour là gì?
Minute to Hour là một tiện ích mở rộng Chrome được phát triển bởi kevingimbel, và tính năng chính của nó là "Convert minutes to an hour string.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Minute to Hour
Tải xuống các tệp mở rộng Minute to Hour 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Minute to Hour |
ID | obaikajlkkoedmedkglnpdailmoeaccm |
URL Chính Thức | https://chromewebstore.google.com/detail/minute-to-hour/obaikajlkkoedmedkglnpdailmoeaccm |
Mô tả | Convert minutes to an hour string. |
Kích Thước Tệp | 139 KB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-06-14 |
Ngày Phát Hành | 2016-06-14 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | kevingimbel |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |