Human Readable Timestamps!

Human readable date strings replace timestamps on click

Vad är Human Readable Timestamps!?

Human Readable Timestamps! är en Chrome-tillägg utvecklad av katemonkeys, och dess huvudfunktion är "Human readable date strings replace timestamps on click".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Human Readable Timestamps!-förlängningens CRX-fil

Ladda ner Human Readable Timestamps!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Human Readable Timestamps! Human Readable Timestamps!
ID hhjbldoceagnoijlkafgkbbbillnogaj
Officiell webbadress https://chromewebstore.google.com/detail/human-readable-timestamps/hhjbldoceagnoijlkafgkbbbillnogaj
Beskrivning Human readable date strings replace timestamps on click
Filstorlek 4.42 KB
Antal Installationer 474
Aktuell Version 0.2
Senast Uppdaterad 2015-08-17
Publiceringsdatum 2015-08-16
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare katemonkeys
Betalningssätt free
Stödda Språk 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
}