Time Converter

Convert time from HMS to decimal hours.

O que é Time Converter?

Time Converter é uma extensão do Chrome desenvolvida por Shawn, e sua principal característica é "Convert time from HMS to decimal hours.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Time Converter

Baixe arquivos de extensão Time Converter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Time Converter Time Converter
ID hbpgnnldhjggnjdaplmbjiojhgoncjkp
URL Oficial https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp
Descrição Convert time from HMS to decimal hours.
Tamanho do Arquivo 34.32 KB
Contagem de Instalações 49
Versão Atual 1.0.0
Última Atualização 2022-03-29
Data de Publicação 2022-03-28
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Shawn
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}