Time Converter
Convert time from HMS to decimal hours.
Was ist Time Converter?
Time Converter ist eine Chrome-Erweiterung, die von Shawn entwickelt wurde, und ihr Hauptmerkmal ist "Convert time from HMS to decimal hours.".
Erweiterungsscreenshots
Time Converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Time Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Time Converter |
ID | hbpgnnldhjggnjdaplmbjiojhgoncjkp |
Offizielle URL | https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp |
Beschreibung | Convert time from HMS to decimal hours. |
Dateigröße | 34.32 KB |
Installationsanzahl | 49 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-03-29 |
Veröffentlichungsdatum | 2022-03-28 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Shawn |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |