Binary clock

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

Hvad er Binary clock?

Binary clock er en Chrome-udvidelse udviklet af Dmitry Gryanko, og dens hovedfunktion er "Simple icon for showing current time in binary format. Shows only hours and minutes".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Binary clock-udvidelses-CRX-fil

Download Binary clock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Binary clock Binary clock
ID hdckiccpppgmmdcpchoflmhjflaboedc
Officiel URL https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc
Beskrivelse Simple icon for showing current time in binary format. Shows only hours and minutes
Filstørrelse 4.98 KB
Antal Installationer 14
Nuværende Version 1.0
Senest Opdateret 2014-06-04
Udgivelsesdato 2014-06-04
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Dmitry Gryanko
Betalingsmetode free
Understøttede Sprog 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"
    }
}