Time Converter

Convert time from HMS to decimal hours.

Time Converterคืออะไร?

Time Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shawn และคุณลักษณะหลักของมันคือ "Convert time from HMS to decimal hours."

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

screenshot
screenshot

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

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

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

                        Enter a time in HH:MM:SS and it will be converted to a decimal hours format. Separate the hours, minutes, and seconds values with any of the following characters: ":.,;-". When the enter key is pressed or the calculate button is clicked the decimal hours value will be displayed as well as copied to the clipboard.                    

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

ชื่อ Time Converter Time Converter
ID hbpgnnldhjggnjdaplmbjiojhgoncjkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp
คำอธิบาย Convert time from HMS to decimal hours.
ขนาดไฟล์ 34.32 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-03-29
วันที่เผยแพร่ 2022-03-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Shawn
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Converter",
    "version": "1.0.0",
    "description": "Convert time from HMS to decimal hours.",
    "manifest_version": 3,
    "author": "Shawn",
    "action": {
        "default_popup": "index.html",
        "default_title": "Time Converter",
        "default_icon": {
            "16": "\/images\/time_calculator_icon-16x16.png",
            "32": "\/images\/time_calculator_icon-32x32.png",
            "48": "\/images\/time_calculator_icon-48x48.png",
            "128": "\/images\/time_calculator_icon-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/time_calculator_icon-16x16.png",
        "32": "\/images\/time_calculator_icon-32x32.png",
        "48": "\/images\/time_calculator_icon-48x48.png",
        "128": "\/images\/time_calculator_icon-128x128.png"
    }
}