Unix Timestamp Converter

Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!

Cos'è Unix Timestamp Converter?

Unix Timestamp Converter è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Unix Timestamp Converter

Scarica i file di estensione Unix Timestamp 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

                        Convert time unix timestamps into human readable dates or human readable dates into unix timestamps.  You choose!

The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now.  Just give it a try.                    

Informazioni di Base sull'Estensione

Nome Unix Timestamp Converter Unix Timestamp Converter
ID clkkocmhcpfginlphpgjmgpdffihcbmm
URL Ufficiale https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm
Descrizione Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
Dimensione del File 1.04 MB
Conteggio Installazioni 5,057
Versione Corrente 0.4.0
Ultimo Aggiornamento 2021-12-23
Data di Pubblicazione 2017-09-29
Valutazione 4.23/5 Totale 26 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/CoryNoonan/unix-timestamp-chrome
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unix Timestamp Converter",
    "version": "0.4.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "public\/images\/icon.png",
        "default_popup": "index.html",
        "default_name": "Unix Timestamp Converter",
        "short_name": "Unix Timestamp Converter"
    },
    "icons": {
        "48": "public\/images\/icon.png",
        "128": "public\/images\/icon.png"
    },
    "permissions": [
        "storage"
    ]
}