Convert Unixtime

Convert Unixtime to Date format by selecting the context menu.

Convert Unixtime क्या है?

Convert Unixtime Takahito Nara द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert Unixtime to Date format by selecting the context menu."।

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

screenshot
screenshot

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

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

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

                        Convert unixtime to the following format easily.

    YYYY-MM-DD hh:mm:ss (Local)
    YYYY-MM-DD hh:mm:ss (UTC)

You specify the reange of unixtime and select "Convert Unixtime to timestamp" on the context menu by using right click.                    

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

नाम Convert Unixtime Convert Unixtime
ID gcdfkgmpbffbohjgncbobihhdefcjmgc
आधिकारिक URL https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc
विवरण Convert Unixtime to Date format by selecting the context menu.
फ़ाइल का आकार 4.4 KB
स्थापना संख्या 274
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-11-16
प्रकाशन तिथि 2013-11-16
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Takahito Nara
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert Unixtime",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Convert Unixtime to Date format by selecting the context menu.",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}