Hex Clock

Color changing clock based on current time converted to hex color codes

ما هو Hex Clock؟

Hex Clock هو إضافة Chrome تم تطويرها بواسطة billsearle، والميزة الرئيسية لها هي "Color changing clock based on current time converted to hex color codes".

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

screenshot
screenshot
screenshot

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

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

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

                        Lighten up.

The Hex Clock for Chrome replaces your new tab with a 24hr clock and corresponding hex coded background. Seamlessly fading into the next colour every second.                    

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

الاسم Hex Clock Hex Clock
ID pdonflklnjbgccapfenhjdanehgejbkj
عنوان URL الرسمي https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj
الوصف Color changing clock based on current time converted to hex color codes
حجم الملف 134 KB
عدد التثبيتات 72
النسخة الحالية 0.3.1
آخر تحديث 2014-12-19
تاريخ النشر 2014-12-19
تقييم 5.00/5 مجموع تقييمات 1
المطور billsearle
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://billsearle.me
عنوان صفحة المساعدة https://github.com/searleb/color-clock/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hex Clock",
    "description": "Color changing clock based on current time converted to hex color codes",
    "version": "0.3.1",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    }
}