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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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