Epoch Converter

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

Epoch Converterคืออะไร?

Epoch Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย drautb และคุณลักษณะหลักของมันคือ "Provides a popup showing a human readable date of a highlighted Unix timestamp."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Epoch Converter

ดาวน์โหลดไฟล์ส่วนขยาย Epoch Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}