Time Converter

Convert time from HMS to decimal hours.

什么是Time Converter?

Time Converter是由Shawn开发的Chrome扩展程序,该扩展的主要功能是“Convert time from HMS to decimal hours.”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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"
    }
}