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'"
} | |