Unix Timestamp Converter

Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!

ما هو Unix Timestamp Converter؟

Unix Timestamp Converter هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Unix Timestamp Converter

قم بتنزيل ملفات الامتداد Unix Timestamp Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Convert time unix timestamps into human readable dates or human readable dates into unix timestamps.  You choose!

The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now.  Just give it a try.                    

معلومات أساسية عن التمديد

الاسم Unix Timestamp Converter Unix Timestamp Converter
ID clkkocmhcpfginlphpgjmgpdffihcbmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm
الوصف Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
حجم الملف 1.04 MB
عدد التثبيتات 5,057
النسخة الحالية 0.4.0
آخر تحديث 2021-12-23
تاريخ النشر 2017-09-29
تقييم 4.23/5 مجموع تقييمات 26
المطور Unknown
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/CoryNoonan/unix-timestamp-chrome
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unix Timestamp Converter",
    "version": "0.4.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "public\/images\/icon.png",
        "default_popup": "index.html",
        "default_name": "Unix Timestamp Converter",
        "short_name": "Unix Timestamp Converter"
    },
    "icons": {
        "48": "public\/images\/icon.png",
        "128": "public\/images\/icon.png"
    },
    "permissions": [
        "storage"
    ]
}