Epoch time converter
Converts epoch(unix) and milliseconds to date time
O que é Epoch time converter?
Epoch time converter é uma extensão do Chrome desenvolvida por pari0130, e sua principal característica é "Converts epoch(unix) and milliseconds to date time".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Epoch time converter
Baixe arquivos de extensão Epoch 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
This program converts epoch(unix) time and milliseconds to date time. After entering epoch time, you can convert it to the time of the current LOCAL environment and the time of the GMT environment by clicking convert. If you convert by selecting a date and time, convert it to the specified time. It automatically checks the start and end times according to the converted year, month, week, date converts them to epoch time. It provides useful functions to developers.
Informações Básicas da Extensão
Nome | Epoch time converter |
ID | hlmilkihefafdjnhngdjmilppejomnhd |
URL Oficial | https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd |
Descrição | Converts epoch(unix) and milliseconds to date time |
Tamanho do Arquivo | 540 KB |
Contagem de Instalações | 440 |
Versão Atual | 1.0.6 |
Última Atualização | 2022-08-18 |
Data de Publicação | 2022-03-31 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | pari0130 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Epoch time converter", "description": "Converts epoch(unix) and milliseconds to date time", "version": "1.0.6", "icons": { "128": "logo\/logo.png" }, "action": { "default_title": "Epoch converter", "default_popup": "popup\/popup.html" } } |