Epoch time converter

Converts epoch(unix) and milliseconds to date time

Epoch time converter क्या है?

Epoch time converter pari0130 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts epoch(unix) and milliseconds to date time"।

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

screenshot
screenshot

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

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

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

                        This program converts epoch(unix) time and milliseconds to date time.

After entering epoch time, you can convert it to the time of the current LOCAL environment and the time of the GMT environment by clicking convert.

If you convert by selecting a date and time, convert it to the specified time.

It automatically checks the start and end times according to the converted year, month, week, date converts them to epoch time.

It provides useful functions to developers.                    

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

नाम Epoch time converter Epoch time converter
ID hlmilkihefafdjnhngdjmilppejomnhd
आधिकारिक URL https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd
विवरण Converts epoch(unix) and milliseconds to date time
फ़ाइल का आकार 540 KB
स्थापना संख्या 440
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2022-08-18
प्रकाशन तिथि 2022-03-31
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर pari0130
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Epoch time converter",
    "description": "Converts epoch(unix) and milliseconds to date time",
    "version": "1.0.6",
    "icons": {
        "128": "logo\/logo.png"
    },
    "action": {
        "default_title": "Epoch converter",
        "default_popup": "popup\/popup.html"
    }
}