Convert Unixtime

Convert Unixtime to Date format by selecting the context menu.

Cos'è Convert Unixtime?

Convert Unixtime è un'estensione di Chrome sviluppata da Takahito Nara, e la sua funzione principale è "Convert Unixtime to Date format by selecting the context menu.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Convert Unixtime

Scarica i file di estensione Convert Unixtime 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

                        Convert unixtime to the following format easily.

    YYYY-MM-DD hh:mm:ss (Local)
    YYYY-MM-DD hh:mm:ss (UTC)

You specify the reange of unixtime and select "Convert Unixtime to timestamp" on the context menu by using right click.                    

Informazioni di Base sull'Estensione

Nome Convert Unixtime Convert Unixtime
ID gcdfkgmpbffbohjgncbobihhdefcjmgc
URL Ufficiale https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc
Descrizione Convert Unixtime to Date format by selecting the context menu.
Dimensione del File 4.4 KB
Conteggio Installazioni 274
Versione Corrente 1.1
Ultimo Aggiornamento 2013-11-16
Data di Pubblicazione 2013-11-16
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Takahito Nara
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert Unixtime",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Convert Unixtime to Date format by selecting the context menu.",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}