Human Readable Timestamps!

Human readable date strings replace timestamps on click

Human Readable Timestamps! क्या है?

Human Readable Timestamps! katemonkeys द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Human readable date strings replace timestamps on click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Human Readable Timestamps! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}