Epoch Converter

This extension converts a selected epoch number to GMT and local time

Epoch Converterคืออะไร?

Epoch Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nga Pham และคุณลักษณะหลักของมันคือ "This extension converts a selected epoch number to GMT and local time"

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

screenshot

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

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

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

                        This extension converts a selected epoch number to GMT and local time.

Simply select the epoch text, and press "Ctrl" key on your keyboard to see the readable datetime in GMT and your local timezone.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Epoch Converter Epoch Converter
ID fmlclipnfiabgkidijnabodchbmkodap
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/epoch-converter/fmlclipnfiabgkidijnabodchbmkodap
คำอธิบาย This extension converts a selected epoch number to GMT and local time
ขนาดไฟล์ 3.6 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-10-16
วันที่เผยแพร่ 2014-10-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Nga Pham
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch Converter",
    "version": "1.1",
    "manifest_version": 2,
    "description": "This extension converts a selected epoch number to GMT and local time",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lookup.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ]
}