Timely

This extension converts unix epoch timestamps to human-readable times.

O que é Timely?

Timely é uma extensão do Chrome desenvolvida por Chris Warren, e sua principal característica é "This extension converts unix epoch timestamps to human-readable times.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Timely

Baixe arquivos de extensão Timely 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

                        Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension.

Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times.                    

Informações Básicas da Extensão

Nome Timely Timely
ID phpkahchjodmhmckibejeafoflafljma
URL Oficial https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma
Descrição This extension converts unix epoch timestamps to human-readable times.
Tamanho do Arquivo 10.88 KB
Contagem de Instalações 2,108
Versão Atual 1.0.1
Última Atualização 2013-10-27
Data de Publicação 2013-10-27
Classificação 4.67/5 Total de 9 Avaliações
Desenvolvedor Chris Warren
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timely",
    "short_name": "Timely",
    "description": "This extension converts unix epoch timestamps to human-readable times.",
    "icons": {
        "128": "icon128.png"
    },
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Show human-readable timestamps"
    }
}