Time Converter
Convert time from HMS to decimal hours.
Vad är Time Converter?
Time Converter är en Chrome-tillägg utvecklad av Shawn, och dess huvudfunktion är "Convert time from HMS to decimal hours.".
Tilläggsskärmbilder
Ladda ner Time Converter-förlängningens CRX-fil
Ladda ner Time Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Time Converter |
ID | hbpgnnldhjggnjdaplmbjiojhgoncjkp |
Officiell webbadress | https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp |
Beskrivning | Convert time from HMS to decimal hours. |
Filstorlek | 34.32 KB |
Antal Installationer | 49 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2022-03-29 |
Publiceringsdatum | 2022-03-28 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Shawn |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |