Timely

This extension converts unix epoch timestamps to human-readable times.

Timely क्या है?

Timely Chris Warren द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension converts unix epoch timestamps to human-readable times."।

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

screenshot

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

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

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

                        Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension.

Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times.                    

एक्सटेंशन की मूल जानकारी

नाम Timely Timely
ID phpkahchjodmhmckibejeafoflafljma
आधिकारिक URL https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma
विवरण This extension converts unix epoch timestamps to human-readable times.
फ़ाइल का आकार 10.88 KB
स्थापना संख्या 2,108
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2013-10-27
प्रकाशन तिथि 2013-10-27
रेटिंग 4.67/5 कुल 9 रेटिंग्स
डेवलपर Chris Warren
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timely",
    "short_name": "Timely",
    "description": "This extension converts unix epoch timestamps to human-readable times.",
    "icons": {
        "128": "icon128.png"
    },
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Show human-readable timestamps"
    }
}