时间戳转换工具(Unix Timestamp Converter)

2022-03-17 16:34:56 <-> 1647506096 日期时间戳互相转换,格式、样式可设置。 convert a timestamp to date or from date to timestamp

时间戳转换工具(Unix Timestamp Converter) क्या है?

时间戳转换工具(Unix Timestamp Converter) easydo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "2022-03-17 16:34:56 <-> 1647506096 日期时间戳互相转换,格式、样式可设置。 convert a timestamp to date or from date to timestamp"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में 时间戳转换工具(Unix Timestamp Converter) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        可以方便进行时间戳和可读时间之间转换的插件

在网页中双击1640966400或者1640966400123这样的时间戳,会自动弹出对应的可读时间

双击2022-01-01 00:00:00这样的日期也会弹出对应的时间戳

convert unix timestampe(such as 1640966400 or 1640966400123) to readable date format (eg: 2022-01-01 00:00:00)or convert date string to unix timestamp on webpage when selected content 

font size,font color, duration of the convert result is settable                    

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

नाम 时间戳转换工具(Unix Timestamp Converter) 时间戳转换工具(Unix Timestamp Converter)
ID ghpedaccgjgfnhbohbkbginacleleeol
आधिकारिक URL https://chromewebstore.google.com/detail/%E6%97%B6%E9%97%B4%E6%88%B3%E8%BD%AC%E6%8D%A2%E5%B7%A5%E5%85%B7unix-timestamp-con/ghpedaccgjgfnhbohbkbginacleleeol
विवरण 2022-03-17 16:34:56 <-> 1647506096 日期时间戳互相转换,格式、样式可设置。 convert a timestamp to date or from date to timestamp
फ़ाइल का आकार 321 KB
स्थापना संख्या 679
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2022-07-17
प्रकाशन तिथि 2022-07-17
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर easydo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.easydo.top/apps/codeView/35
सहायता पृष्ठ URL https://www.easydo.top/apps/codeView/35
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u65f6\u95f4\u6233\u8f6c\u6362\u5de5\u5177(Unix Timestamp Converter)",
    "description": "2022-03-17 16:34:56 <-> 1647506096 \u65e5\u671f\u65f6\u95f4\u6233\u4e92\u76f8\u8f6c\u6362\uff0c\u683c\u5f0f\u3001\u6837\u5f0f\u53ef\u8bbe\u7f6e\u3002 convert a timestamp to date or from date to timestamp",
    "version": "0.0.2",
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon19.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ]
}