Unix Time Converter

Converts Unix time to human readable format and vice versa

Unix Time Converter क्या है?

Unix Time Converter Ren0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts Unix time to human readable format and vice versa"।

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

screenshot
screenshot

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

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

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

                        Unix Time Converter quickly converts time stamps.

With a click of the mouse it displays the current time in Unix format (number of seconds since epoch) and its ISO 8601 representation in both UTC and local time zone.

It can also convert an arbitrary text into a Unix time, a JavaScript time (same as Unix time, but expressed in milliseconds), UTC and local.

When the supplied time is a number, it is always interpreted as the offset since epoch, but depending on its value it is assumed to be seconds, milliseconds, or nanoseconds.

When the supplied time is a string, Unix Time Converter tries to interpret it and display it in the four supported formats.

This extension was inspired by the Epoch Converter add-on for Firefox written by Harsh Karn.                    

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

नाम Unix Time Converter Unix Time Converter
ID iiofablbcigoibjfebccgbcngnigenlj
आधिकारिक URL https://chromewebstore.google.com/detail/unix-time-converter/iiofablbcigoibjfebccgbcngnigenlj
विवरण Converts Unix time to human readable format and vice versa
फ़ाइल का आकार 208 KB
स्थापना संख्या 324
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-05-22
प्रकाशन तिथि 2021-04-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Ren0
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unix Time Converter",
    "version": "1.0.4",
    "version_name": "1.0.4",
    "description": "Converts Unix time to human readable format and vice versa",
    "icons": {
        "16": "icons\/schedule-black-16dp.png",
        "32": "icons\/schedule-black-32dp.png",
        "48": "icons\/schedule-black-48dp.png",
        "128": "icons\/schedule-black-128dp.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/schedule-black-16dp.png",
            "32": "icons\/schedule-black-32dp.png",
            "48": "icons\/schedule-black-48dp.png",
            "128": "icons\/schedule-black-128dp.png"
        },
        "default_title": "Unix Time Converter",
        "default_popup": "popup\/popup.html",
        "browser_style": false
    }
}