Timely

This extension converts unix epoch timestamps to human-readable times.

Hvad er Timely?

Timely er en Chrome-udvidelse udviklet af Chris Warren, og dens hovedfunktion er "This extension converts unix epoch timestamps to human-readable times.".

Udvidelsesskærmbilleder

screenshot

Download Timely-udvidelses-CRX-fil

Download Timely-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension.

Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times.                    

Grundlæggende oplysninger om udvidelsen

Navn Timely Timely
ID phpkahchjodmhmckibejeafoflafljma
Officiel URL https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma
Beskrivelse This extension converts unix epoch timestamps to human-readable times.
Filstørrelse 10.88 KB
Antal Installationer 2,108
Nuværende Version 1.0.1
Senest Opdateret 2013-10-27
Udgivelsesdato 2013-10-27
Bedømmelse 4.67/5 Samlet 9 Bedømmelser
Udvikler Chris Warren
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timely",
    "short_name": "Timely",
    "description": "This extension converts unix epoch timestamps to human-readable times.",
    "icons": {
        "128": "icon128.png"
    },
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Show human-readable timestamps"
    }
}