Epoch Converter Tooltip for Google Chrome™

Convert timestamps to readable times

O que é Epoch Converter Tooltip for Google Chrome™?

Epoch Converter Tooltip for Google Chrome™ é uma extensão do Chrome desenvolvida por eyal0, e sua principal característica é "Convert timestamps to readable times".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Epoch Converter Tooltip for Google Chrome™

Baixe arquivos de extensão Epoch Converter Tooltip for Google Chrome™ 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

                        When hovering over a number that might be a timestamp, convert it to a timestamp.

In the options, the location of the tooltip, the triggering, and the timezone can be changed.                    

Informações Básicas da Extensão

Nome Epoch Converter Tooltip for Google Chrome™ Epoch Converter Tooltip for Google Chrome™
ID gfhloejbjfojlcadcpahgdaagekamhjh
URL Oficial https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh
Descrição Convert timestamps to readable times
Tamanho do Arquivo 639 KB
Contagem de Instalações 291
Versão Atual 1.5.1
Última Atualização 2017-06-29
Data de Publicação 2017-06-29
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor eyal0
Tipo de Pagamento free
Site da Extensão https://github.com/eyal0/epoch-converter-tooltip
URL da Página de Ajuda https://github.com/eyal0/epoch-converter-tooltip/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch Converter Tooltip for Google Chrome\u2122",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Convert timestamps to readable times",
    "icons": {
        "16": "ECT-16.png",
        "48": "ECT-48.png",
        "128": "ECT-128.png"
    },
    "background": {
        "scripts": [
            "ECT-background.js"
        ],
        "persistent": true
    },
    "options_page": "ECT-options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "ECT.css"
            ],
            "js": [
                "ECT-contentscript.js"
            ]
        }
    ]
}