Timely

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

Cos'è Timely?

Timely è un'estensione di Chrome sviluppata da Chris Warren, e la sua funzione principale è "This extension converts unix epoch timestamps to human-readable times.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Timely

Scarica i file di estensione Timely in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Timely Timely
ID phpkahchjodmhmckibejeafoflafljma
URL Ufficiale https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma
Descrizione This extension converts unix epoch timestamps to human-readable times.
Dimensione del File 10.88 KB
Conteggio Installazioni 2,108
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-10-27
Data di Pubblicazione 2013-10-27
Valutazione 4.67/5 Totale 9 Valutazioni
Sviluppatore Chris Warren
Tipo di Pagamento free
Lingue Supportate 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"
    }
}