Time Converter
Convert time from HMS to decimal hours.
Time Converterとは何ですか?
Time ConverterはShawnによって開発されたChromeの拡張機能で、その主な機能は「Convert time from HMS to decimal hours.」です。
拡張機能のスクリーンショット
Time Converter拡張機能のCRXファイルをダウンロード
Time Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enter a time in HH:MM:SS and it will be converted to a decimal hours format. Separate the hours, minutes, and seconds values with any of the following characters: ":.,;-". When the enter key is pressed or the calculate button is clicked the decimal hours value will be displayed as well as copied to the clipboard.
拡張機能の基本情報
名前 | Time Converter |
ID | hbpgnnldhjggnjdaplmbjiojhgoncjkp |
公式URL | https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp |
説明 | Convert time from HMS to decimal hours. |
ファイルサイズ | 34.32 KB |
インストール数 | 49 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-03-29 |
公開日 | 2022-03-28 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Shawn |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Converter", "version": "1.0.0", "description": "Convert time from HMS to decimal hours.", "manifest_version": 3, "author": "Shawn", "action": { "default_popup": "index.html", "default_title": "Time Converter", "default_icon": { "16": "\/images\/time_calculator_icon-16x16.png", "32": "\/images\/time_calculator_icon-32x32.png", "48": "\/images\/time_calculator_icon-48x48.png", "128": "\/images\/time_calculator_icon-128x128.png" } }, "icons": { "16": "\/images\/time_calculator_icon-16x16.png", "32": "\/images\/time_calculator_icon-32x32.png", "48": "\/images\/time_calculator_icon-48x48.png", "128": "\/images\/time_calculator_icon-128x128.png" } } |