Binary clock

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

Was ist Binary clock?

Binary clock ist eine Chrome-Erweiterung, die von Dmitry Gryanko entwickelt wurde, und ihr Hauptmerkmal ist "Simple icon for showing current time in binary format. Shows only hours and minutes".

Erweiterungsscreenshots

screenshot
screenshot

Binary clock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Binary clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Binary clock Binary clock
ID hdckiccpppgmmdcpchoflmhjflaboedc
Offizielle URL https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc
Beschreibung Simple icon for showing current time in binary format. Shows only hours and minutes
Dateigröße 4.98 KB
Installationsanzahl 14
Aktuelle Version 1.0
Letztes Update 2014-06-04
Veröffentlichungsdatum 2014-06-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Dmitry Gryanko
Zahlungsart free
Unterstützte Sprachen 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"
    }
}