Timely

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

Wat is Timely?

Timely is een Chrome-extensie ontwikkeld door Chris Warren, en de belangrijkste functie is "This extension converts unix epoch timestamps to human-readable times.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Timely

Download Timely-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Timely Timely
ID phpkahchjodmhmckibejeafoflafljma
Officiële URL https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma
Beschrijving This extension converts unix epoch timestamps to human-readable times.
Bestandsgrootte 10.88 KB
Aantal Installaties 2,108
Huidige Versie 1.0.1
Laatst Bijgewerkt 2013-10-27
Publicatiedatum 2013-10-27
Beoordeling 4.67/5 Totaal 9 Beoordelingen
Ontwikkelaar Chris Warren
Betalingswijze free
Ondersteunde Talen 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"
    }
}