Time Converter

Convert time from HMS to decimal hours.

Hvad er Time Converter?

Time Converter er en Chrome-udvidelse udviklet af Shawn, og dens hovedfunktion er "Convert time from HMS to decimal hours.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Time Converter-udvidelses-CRX-fil

Download Time Converter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Time Converter Time Converter
ID hbpgnnldhjggnjdaplmbjiojhgoncjkp
Officiel URL https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp
Beskrivelse Convert time from HMS to decimal hours.
Filstørrelse 34.32 KB
Antal Installationer 49
Nuværende Version 1.0.0
Senest Opdateret 2022-03-29
Udgivelsesdato 2022-03-28
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Shawn
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}