Human Readable Timestamps!

Human readable date strings replace timestamps on click

Qu'est-ce que Human Readable Timestamps! ?

Human Readable Timestamps! est une extension Chrome développée par katemonkeys, et sa fonction principale est "Human readable date strings replace timestamps on click".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Human Readable Timestamps!

Téléchargez les fichiers d'extension Human Readable Timestamps! 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

                        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.                    

Informations de Base sur l'Extension

Nom Human Readable Timestamps! Human Readable Timestamps!
ID hhjbldoceagnoijlkafgkbbbillnogaj
URL Officiel https://chromewebstore.google.com/detail/human-readable-timestamps/hhjbldoceagnoijlkafgkbbbillnogaj
Description Human readable date strings replace timestamps on click
Taille du Fichier 4.42 KB
Nombre d'Installations 474
Version Actuelle 0.2
Dernière Mise à Jour 2015-08-17
Date de Publication 2015-08-16
Évaluation 4.00/5 Total 4 Évaluations
Développeur katemonkeys
Type de Paiement free
Langues Prises en Charge 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
}