Timestamp Converter

Provides a popup readable date when select any section

Timestamp Converter क्या है?

Timestamp Converter Derek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides a popup readable date when select any section"।

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

screenshot

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

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

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

                        When you select the timestamp, it will be automatically converted into a readable time, which is easy and convenient to debug the web page.                    

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

नाम Timestamp Converter Timestamp Converter
ID lkimdngebkdfnganekalmamibcdnajln
आधिकारिक URL https://chromewebstore.google.com/detail/timestamp-converter/lkimdngebkdfnganekalmamibcdnajln
विवरण Provides a popup readable date when select any section
फ़ाइल का आकार 42.68 KB
स्थापना संख्या 68
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-01-29
प्रकाशन तिथि 2022-01-29
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Derek
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Timestamp Converter",
    "description": "Provides a popup readable date when select any section",
    "version": "1.0.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "bubble.css"
            ],
            "js": [
                "jquery.min.js",
                "selection.js"
            ],
            "all_frames": true
        }
    ]
}