Epoch time converter
Converts epoch(unix) and milliseconds to date time
ما هو Epoch time converter؟
Epoch time converter هو إضافة Chrome تم تطويرها بواسطة pari0130، والميزة الرئيسية لها هي "Converts epoch(unix) and milliseconds to date time".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Epoch time converter
قم بتنزيل ملفات الامتداد Epoch time converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This program converts epoch(unix) time and milliseconds to date time. After entering epoch time, you can convert it to the time of the current LOCAL environment and the time of the GMT environment by clicking convert. If you convert by selecting a date and time, convert it to the specified time. It automatically checks the start and end times according to the converted year, month, week, date converts them to epoch time. It provides useful functions to developers.
معلومات أساسية عن التمديد
الاسم | Epoch time converter |
ID | hlmilkihefafdjnhngdjmilppejomnhd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd |
الوصف | Converts epoch(unix) and milliseconds to date time |
حجم الملف | 540 KB |
عدد التثبيتات | 440 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2022-08-18 |
تاريخ النشر | 2022-03-31 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | pari0130 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Epoch time converter", "description": "Converts epoch(unix) and milliseconds to date time", "version": "1.0.6", "icons": { "128": "logo\/logo.png" }, "action": { "default_title": "Epoch converter", "default_popup": "popup\/popup.html" } } |