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
官方網址 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"
    }
}