Human Readable Timestamps!

Human readable date strings replace timestamps on click

Co je Human Readable Timestamps!?

Human Readable Timestamps! je rozšíření Chrome vyvinuté katemonkeys, a jeho hlavní funkcí je „Human readable date strings replace timestamps on click“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Human Readable Timestamps!

Stáhněte si soubory rozšíření Human Readable Timestamps! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Human Readable Timestamps! Human Readable Timestamps!
ID hhjbldoceagnoijlkafgkbbbillnogaj
Oficiální URL https://chromewebstore.google.com/detail/human-readable-timestamps/hhjbldoceagnoijlkafgkbbbillnogaj
Popis Human readable date strings replace timestamps on click
Velikost souboru 4.42 KB
Počet instalací 474
Aktuální Verze 0.2
Poslední Aktualizace 2015-08-17
Datum Vydání 2015-08-16
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář katemonkeys
Typ Platby free
Podporované Jazyky 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
}