Unix Timestamp Hover

Hover over any unix timestamps on the page and read the time

Cos'è Unix Timestamp Hover?

Unix Timestamp Hover è un'estensione di Chrome sviluppata da HandyTools, e la sua funzione principale è "Hover over any unix timestamps on the page and read the time".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Unix Timestamp Hover

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

                        Do you look at database tables and logs regularly?

Do you look at timestamps in phpMyAdmin wondering what time 1353761933 translates to?

With this lightweight extension you can hover over any unix/POSIX timestamps on the page and read the time in your local time zone.                    

Informazioni di Base sull'Estensione

Nome Unix Timestamp Hover Unix Timestamp Hover
ID nlhnkiimfokpcabjegdiejdlljmaclap
URL Ufficiale https://chromewebstore.google.com/detail/unix-timestamp-hover/nlhnkiimfokpcabjegdiejdlljmaclap
Descrizione Hover over any unix timestamps on the page and read the time
Dimensione del File 58.49 KB
Conteggio Installazioni 506
Versione Corrente 1.0
Ultimo Aggiornamento 2012-11-24
Data di Pubblicazione 2012-11-24
Valutazione 3.21/5 Totale 14 Valutazioni
Sviluppatore HandyTools
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unix Timestamp Hover",
    "description": "Hover over any unix timestamps on the page and read the time",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/analytics.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "css\/tipTip.css"
            ],
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/jquery.highlight-4.js",
                "js\/jquery.tipTip.minified.js",
                "js\/extension.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}