Time Converter
Convert time from HMS to decimal hours.
Wat is Time Converter?
Time Converter is een Chrome-extensie ontwikkeld door Shawn, en de belangrijkste functie is "Convert time from HMS to decimal hours.".
Extensie Screenshots
Download het CRX-bestand van de extensie Time Converter
Download Time Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Time Converter |
ID | hbpgnnldhjggnjdaplmbjiojhgoncjkp |
Officiële URL | https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp |
Beschrijving | Convert time from HMS to decimal hours. |
Bestandsgrootte | 34.32 KB |
Aantal Installaties | 49 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-03-29 |
Publicatiedatum | 2022-03-28 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Shawn |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |