Human Readable Timestamps!

Human readable date strings replace timestamps on click

Τι είναι το Human Readable Timestamps!;

Το Human Readable Timestamps! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον katemonkeys, και η κύρια λειτουργία του είναι "Human readable date strings replace timestamps on click".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Human Readable Timestamps!

Λήψη αρχείων επέκτασης Human Readable Timestamps! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Human Readable Timestamps! Human Readable Timestamps!
ID hhjbldoceagnoijlkafgkbbbillnogaj
Επίσημο URL https://chromewebstore.google.com/detail/human-readable-timestamps/hhjbldoceagnoijlkafgkbbbillnogaj
Περιγραφή Human readable date strings replace timestamps on click
Μέγεθος Αρχείου 4.42 KB
Αριθμός Εγκαταστάσεων 474
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2015-08-17
Ημερομηνία Δημοσίευσης 2015-08-16
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής katemonkeys
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}