Binary Clock

Making clocks harder to read, one bit at a time.

Was ist Binary Clock?

Binary Clock ist eine Chrome-Erweiterung, die von Jeffrey Pierce entwickelt wurde, und ihr Hauptmerkmal ist "Making clocks harder to read, one bit at a time.".

Erweiterungsscreenshots

screenshot
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 shows a simple, elegant binary clock on new tabs.

Options include: multiple themes, clock display mode and whether or not to display 'traditional' time.

Impress your friends with how nerdy you are!                    

Grundlegende Informationen zur Erweiterung

Name Binary Clock Binary Clock
ID glapajngabhpapccinednbdklpjahcgc
Offizielle URL https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc
Beschreibung Making clocks harder to read, one bit at a time.
Dateigröße 16.05 KB
Installationsanzahl 149
Aktuelle Version 0.0.2
Letztes Update 2014-03-15
Veröffentlichungsdatum 2014-03-15
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler Jeffrey Pierce
Zahlungsart free
Erweiterungswebsite https://github.com/jeffreypierce/binary-clock
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Binary Clock",
    "description": "Making clocks harder to read, one bit at a time.",
    "author": "Jeffrey Pierce",
    "homepage_url": "http:\/\/github.com\/jeffreypierce\/binary-clock",
    "icons": {
        "128": "icon_128.png"
    },
    "version": "0.0.2",
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}