Epoch Converter

This extension converts a selected epoch number to GMT and local time

Cos'è Epoch Converter?

Epoch Converter è un'estensione di Chrome sviluppata da Nga Pham, e la sua funzione principale è "This extension converts a selected epoch number to GMT and local time".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Epoch Converter

Scarica i file di estensione Epoch Converter 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

                        This extension converts a selected epoch number to GMT and local time.

Simply select the epoch text, and press "Ctrl" key on your keyboard to see the readable datetime in GMT and your local timezone.                    

Informazioni di Base sull'Estensione

Nome Epoch Converter Epoch Converter
ID fmlclipnfiabgkidijnabodchbmkodap
URL Ufficiale https://chrome.google.com/webstore/detail/epoch-converter/fmlclipnfiabgkidijnabodchbmkodap
Descrizione This extension converts a selected epoch number to GMT and local time
Dimensione del File 3.6 KB
Conteggio Installazioni 25
Versione Corrente 1.1
Ultimo Aggiornamento 2014-10-16
Data di Pubblicazione 2014-10-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Nga Pham
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch Converter",
    "version": "1.1",
    "manifest_version": 2,
    "description": "This extension converts a selected epoch number to GMT and local time",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lookup.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ]
}