Epoch Converter Tooltip for Google Chrome™

Convert timestamps to readable times

Epoch Converter Tooltip for Google Chrome™คืออะไร?

Epoch Converter Tooltip for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eyal0 และคุณลักษณะหลักของมันคือ "Convert timestamps to readable times"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Epoch Converter Tooltip for Google Chrome™

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

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

                        When hovering over a number that might be a timestamp, convert it to a timestamp.

In the options, the location of the tooltip, the triggering, and the timezone can be changed.                    

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

ชื่อ Epoch Converter Tooltip for Google Chrome™ Epoch Converter Tooltip for Google Chrome™
ID gfhloejbjfojlcadcpahgdaagekamhjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh
คำอธิบาย Convert timestamps to readable times
ขนาดไฟล์ 639 KB
จำนวนการติดตั้ง 291
เวอร์ชันปัจจุบัน 1.5.1
อัปเดตครั้งล่าสุด 2017-06-29
วันที่เผยแพร่ 2017-06-29
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา eyal0
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/eyal0/epoch-converter-tooltip
URL หน้าช่วยเหลือ https://github.com/eyal0/epoch-converter-tooltip/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch Converter Tooltip for Google Chrome\u2122",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Convert timestamps to readable times",
    "icons": {
        "16": "ECT-16.png",
        "48": "ECT-48.png",
        "128": "ECT-128.png"
    },
    "background": {
        "scripts": [
            "ECT-background.js"
        ],
        "persistent": true
    },
    "options_page": "ECT-options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "ECT.css"
            ],
            "js": [
                "ECT-contentscript.js"
            ]
        }
    ]
}