Timestamp Converter

Provides a popup readable date when select any section

Timestamp Converterคืออะไร?

Timestamp Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Derek และคุณลักษณะหลักของมันคือ "Provides a popup readable date when select any section"

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

screenshot

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

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

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

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