Time Converter
Convert time from HMS to decimal hours.
Qu'est-ce que Time Converter ?
Time Converter est une extension Chrome développée par Shawn, et sa fonction principale est "Convert time from HMS to decimal hours.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Time Converter
Téléchargez les fichiers d'extension Time Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Time Converter |
ID | hbpgnnldhjggnjdaplmbjiojhgoncjkp |
URL Officiel | https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp |
Description | Convert time from HMS to decimal hours. |
Taille du Fichier | 34.32 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-03-29 |
Date de Publication | 2022-03-28 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Shawn |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |