Epoch Converter

Provides a popup showing a human readable date of a highlighted Unix timestamp.

Epoch Converter क्या है?

Epoch Converter drautb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides a popup showing a human readable date of a highlighted Unix timestamp."।

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

screenshot
screenshot

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

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

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

                        This extension converts Unix timestamps to human readable date and time strings. Simply double click or highlight a timestamp in your browser window, and a small popup will appear containing a readable date and time. 

This extension is open source. Check it out on GitHub: http://github.com/drautb/epoch-converter                    

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

नाम Epoch Converter Epoch Converter
ID plfbhieilacgkdnphcdehdnhjenmnima
आधिकारिक URL https://chromewebstore.google.com/detail/epoch-converter/plfbhieilacgkdnphcdehdnhjenmnima
विवरण Provides a popup showing a human readable date of a highlighted Unix timestamp.
फ़ाइल का आकार 50.43 KB
स्थापना संख्या 1,753
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2023-05-19
प्रकाशन तिथि 2013-07-17
रेटिंग 3.33/5 कुल 21 रेटिंग्स
डेवलपर drautb
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/drautb/epoch-converter/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Epoch Converter",
    "description": "Provides a popup showing a human readable date of a highlighted Unix timestamp.",
    "version": "1.1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "bubble.css"
            ],
            "js": [
                "jquery.min.js",
                "selection.js"
            ],
            "all_frames": true
        }
    ]
}