Human Readable Timestamps!

Human readable date strings replace timestamps on click

Cos'è Human Readable Timestamps!?

Human Readable Timestamps! è un'estensione di Chrome sviluppata da katemonkeys, e la sua funzione principale è "Human readable date strings replace timestamps on click".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Human Readable Timestamps!

Scarica i file di estensione Human Readable Timestamps! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Human readable date strings replace all timestamps in a page with a single click without going to the console and copy-pasting from epoch to a new Date() for each one..... click again and it toggles back so you can review the original timestamp!

Off the top of your head, was 1439580577271 last Thursday? Or if you have a JSON with fifty items in a list, are they basically daily or weekly or what? This will solve your problems :) It is designed to work with an existing extension such as JSONviewer (cross promotion! They are great) just like in the screenshots.

The E is for easy, excellent, elephant, whatever you like.                    

Informazioni di Base sull'Estensione

Nome Human Readable Timestamps! Human Readable Timestamps!
ID hhjbldoceagnoijlkafgkbbbillnogaj
URL Ufficiale https://chromewebstore.google.com/detail/human-readable-timestamps/hhjbldoceagnoijlkafgkbbbillnogaj
Descrizione Human readable date strings replace timestamps on click
Dimensione del File 4.42 KB
Conteggio Installazioni 474
Versione Corrente 0.2
Ultimo Aggiornamento 2015-08-17
Data di Pubblicazione 2015-08-16
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore katemonkeys
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Human Readable Timestamps!",
    "short_name": "OKTimestamps",
    "description": "Human readable date strings replace timestamps on click",
    "version": "0.2",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "manifest_version": 2
}