UTC Time

Displays current Coordinated Universal Time (UTC).

ما هو UTC Time؟

UTC Time هو إضافة Chrome تم تطويرها بواسطة SmartAzanClock، والميزة الرئيسية لها هي "Displays current Coordinated Universal Time (UTC).".

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

screenshot

تحميل ملف CRX للإضافة UTC Time

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

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

                        ✔️ Single-purpose  ✔️ Lightweight 

Click on the icon to switch between 24hr & 12hr modes.                    

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

الاسم UTC Time UTC Time
ID moffeconabpedpjjodkhfllgflhaniim
عنوان URL الرسمي https://chromewebstore.google.com/detail/utc-time/moffeconabpedpjjodkhfllgflhaniim
الوصف Displays current Coordinated Universal Time (UTC).
حجم الملف 6.19 KB
عدد التثبيتات 639
النسخة الحالية 0.0.1.9
آخر تحديث 2022-09-17
تاريخ النشر 2022-01-06
تقييم 5.00/5 مجموع تقييمات 1
المطور SmartAzanClock
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://smartazanclock.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "0.0.1.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "__MSG_short_name__",
        "default_icon": {
            "128": "images\/_icon.png"
        }
    },
    "icons": {
        "128": "images\/_icon.png"
    }
}