Binary clock

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

Apa itu Binary clock?

Binary clock adalah ekstensi Chrome yang dikembangkan oleh Dmitry Gryanko, dan fitur utamanya adalah "Simple icon for showing current time in binary format. Shows only hours and minutes".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Binary clock

Unduh file ekstensi Binary clock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Binary clock Binary clock
ID hdckiccpppgmmdcpchoflmhjflaboedc
URL Resmi https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc
Deskripsi Simple icon for showing current time in binary format. Shows only hours and minutes
Ukuran File 4.98 KB
Jumlah Instalasi 14
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-06-04
Tanggal Publikasi 2014-06-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Dmitry Gryanko
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}