World Clock

Interactive world clocks extension, beautiful UI, easily one click to show, work offline.

ما هو World Clock؟

World Clock هو إضافة Chrome تم تطويرها بواسطة bulenttastan، والميزة الرئيسية لها هي "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة World Clock

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

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

                        The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime.

* Switch between 12h and 24h views
* See UTC (GMT) time, helpful to check any server time
* Countries and individual cities included
* Automatically adjusts for daylight savings time                    

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

الاسم World Clock World Clock
ID dngepaapinafpbhfbfjhkcbabhfakmia
عنوان URL الرسمي https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia
الوصف Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
حجم الملف 236 KB
عدد التثبيتات 822
النسخة الحالية 1.1
آخر تحديث 2020-11-28
تاريخ النشر 2020-04-10
تقييم 5.00/5 مجموع تقييمات 3
المطور bulenttastan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock",
    "version": "1.1",
    "description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.",
    "browser_action": {
        "default_icon": "assets\/images\/logo\/19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "\/assets\/images\/logo\/32.png",
        "48": "\/assets\/images\/logo\/48.png",
        "64": "\/assets\/images\/logo\/64.png",
        "128": "\/assets\/images\/logo\/128.png"
    },
    "manifest_version": 2
}