Time Converter
Convert time from HMS to decimal hours.
Cos'è Time Converter?
Time Converter è un'estensione di Chrome sviluppata da Shawn, e la sua funzione principale è "Convert time from HMS to decimal hours.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Time Converter
Scarica i file di estensione Time Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hbpgnnldhjggnjdaplmbjiojhgoncjkp |
| URL Ufficiale | https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp |
| Descrizione | Convert time from HMS to decimal hours. |
| Dimensione del File | 34.32 KB |
| Conteggio Installazioni | 49 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2022-03-29 |
| Data di Pubblicazione | 2022-03-28 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Shawn |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |