Time Converter
Convert time from HMS to decimal hours.
What is Time Converter?
Time Converter is a Chrome extension developed by Shawn, and its main feature is "Convert time from HMS to decimal hours.".
Extension Screenshots
Download Time Converter Extension CRX File
Download Time Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Time Converter |
ID | hbpgnnldhjggnjdaplmbjiojhgoncjkp |
Official URL | https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp |
Description | Convert time from HMS to decimal hours. |
File Size | 34.32 KB |
Installation Count | 49 |
Current Version | 1.0.0 |
Last Updated | 2022-03-29 |
Publish Date | 2022-03-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Shawn |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |