Timely

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

Qu'est-ce que Timely ?

Timely est une extension Chrome développée par Chris Warren, et sa fonction principale est "This extension converts unix epoch timestamps to human-readable times.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Timely

Téléchargez les fichiers d'extension Timely au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Timely Timely
ID phpkahchjodmhmckibejeafoflafljma
URL Officiel https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma
Description This extension converts unix epoch timestamps to human-readable times.
Taille du Fichier 10.88 KB
Nombre d'Installations 2,108
Version Actuelle 1.0.1
Dernière Mise à Jour 2013-10-27
Date de Publication 2013-10-27
Évaluation 4.67/5 Total 9 Évaluations
Développeur Chris Warren
Type de Paiement free
Langues Prises en Charge 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"
    }
}