Epoch Converter

This extension converts a selected epoch number to GMT and local time

ما هو Epoch Converter؟

Epoch Converter هو إضافة Chrome تم تطويرها بواسطة Nga Pham، والميزة الرئيسية لها هي "This extension converts a selected epoch number to GMT and local time".

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

screenshot

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

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

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

                        This extension converts a selected epoch number to GMT and local time.

Simply select the epoch text, and press "Ctrl" key on your keyboard to see the readable datetime in GMT and your local timezone.                    

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

الاسم Epoch Converter Epoch Converter
ID fmlclipnfiabgkidijnabodchbmkodap
عنوان URL الرسمي https://chrome.google.com/webstore/detail/epoch-converter/fmlclipnfiabgkidijnabodchbmkodap
الوصف This extension converts a selected epoch number to GMT and local time
حجم الملف 3.6 KB
عدد التثبيتات 25
النسخة الحالية 1.1
آخر تحديث 2014-10-16
تاريخ النشر 2014-10-16
تقييم 5.00/5 مجموع تقييمات 1
المطور Nga Pham
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch Converter",
    "version": "1.1",
    "manifest_version": 2,
    "description": "This extension converts a selected epoch number to GMT and local time",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lookup.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ]
}