Binary clock

Simple icon for showing current time in binary format. Shows only hours and minutes

ما هو Binary clock؟

Binary clock هو إضافة Chrome تم تطويرها بواسطة Dmitry Gryanko، والميزة الرئيسية لها هي "Simple icon for showing current time in binary format. Shows only hours and minutes".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Binary clock

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

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

                        This extension provides small icon for showing current time in binary format.

Two blocks represents hours and minutes. Green and blue respectively.

Both blocks contain six bits. Lower bits are located in a column by 4 bits and 2 upper bits are location in a thin column of two bits.                    

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

الاسم Binary clock Binary clock
ID hdckiccpppgmmdcpchoflmhjflaboedc
عنوان URL الرسمي https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc
الوصف Simple icon for showing current time in binary format. Shows only hours and minutes
حجم الملف 4.98 KB
عدد التثبيتات 14
النسخة الحالية 1.0
آخر تحديث 2014-06-04
تاريخ النشر 2014-06-04
تقييم 5.00/5 مجموع تقييمات 1
المطور Dmitry Gryanko
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Binary clock",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Simple icon for showing current time in binary format. Shows only hours and minutes",
    "background": {
        "scripts": [
            "js\/background\/icon.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "19": "img\/favicon-19.png",
        "48": "img\/favicon-48.png"
    }
}