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文件
下载Minute to Hour扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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'"
} | |