GMT/UTC Clock

UTC Clock extension for Google Chrome.

ما هو GMT/UTC Clock؟

GMT/UTC Clock هو إضافة Chrome تم تطويرها بواسطة Casey Hunt، والميزة الرئيسية لها هي "UTC Clock extension for Google Chrome.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة GMT/UTC Clock

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

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

                        An extremely simple extension that adds a button for GMT/UTC Time in your Chrome toolbar.

Link to the font used in the screenshot in the developer website link. Please download and install this font (free) if you want it to look as it does in the screenshot. 

--- v5.1 Changelog ---
* Bug fix: Badge properly displays time & updates every 5 seconds

--- v5.0 Changelog ---
Upgrade manifest to v3

--- v4.1 Changelog ---
Updating base font for improved readability. 

--- v4.0 Changelog ---
* New aesthetic styling! Easier to read & prettier. 
* No font download required- using Google Web Font to display. 
* New code standards enforced.
* Day of the week (in UTC format) now displays. 

--- v3.0 Changelog ---
* Updated art and text to only show 'UTC' -- GMT is an antiquated term.                    

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

الاسم GMT/UTC Clock GMT/UTC Clock
ID lkiboebkhioapbcogmjkkjbpgbgjlodj
عنوان URL الرسمي https://chromewebstore.google.com/detail/gmtutc-clock/lkiboebkhioapbcogmjkkjbpgbgjlodj
الوصف UTC Clock extension for Google Chrome.
حجم الملف 4.39 MB
عدد التثبيتات 11,362
النسخة الحالية 5.1.0
آخر تحديث 2024-02-08
تاريخ النشر 2015-11-05
تقييم 4.00/5 مجموع تقييمات 64
المطور Casey Hunt
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://caseymhunt.github.com/utc-clock-extension/
عنوان صفحة المساعدة http://caseymhunt.github.com/utc-clock-extension/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GMT\/UTC Clock",
    "description": "UTC Clock extension for Google Chrome.",
    "version": "5.1.0",
    "author": "Casey Hunt",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_title": "UTC Clock",
        "default_icon": "images\/icon2.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png"
    }
}