Unix Timestamp Hover

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

Was ist Unix Timestamp Hover?

Unix Timestamp Hover ist eine Chrome-Erweiterung, die von HandyTools entwickelt wurde, und ihr Hauptmerkmal ist "Hover over any unix timestamps on the page and read the time".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Unix Timestamp Hover-Erweiterungs-CRX-Datei herunterladen

Laden Sie Unix Timestamp Hover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Unix Timestamp Hover Unix Timestamp Hover
ID nlhnkiimfokpcabjegdiejdlljmaclap
Offizielle URL https://chromewebstore.google.com/detail/unix-timestamp-hover/nlhnkiimfokpcabjegdiejdlljmaclap
Beschreibung Hover over any unix timestamps on the page and read the time
Dateigröße 58.49 KB
Installationsanzahl 506
Aktuelle Version 1.0
Letztes Update 2012-11-24
Veröffentlichungsdatum 2012-11-24
Bewertung 3.21/5 Insgesamt 14 Bewertungen
Entwickler HandyTools
Zahlungsart free
Unterstützte Sprachen 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'"
}