Unix Timestamp Hover

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

¿Qué es Unix Timestamp Hover?

Unix Timestamp Hover es una extensión de Chrome desarrollada por HandyTools, y su función principal es "Hover over any unix timestamps on the page and read the time".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Unix Timestamp Hover

Descarga archivos de extensión Unix Timestamp Hover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Unix Timestamp Hover Unix Timestamp Hover
ID nlhnkiimfokpcabjegdiejdlljmaclap
URL Oficial https://chromewebstore.google.com/detail/unix-timestamp-hover/nlhnkiimfokpcabjegdiejdlljmaclap
Descripción Hover over any unix timestamps on the page and read the time
Tamaño del Archivo 58.49 KB
Cantidad de Instalaciones 506
Versión Actual 1.0
Última Actualización 2012-11-24
Fecha de Publicación 2012-11-24
Calificación 3.21/5 Total de 14 Calificaciones
Desarrollador HandyTools
Tipo de Pago free
Idiomas Soportados 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'"
}