Word Clock

A beautiful word clock that replaces the default New Tab interface.

Was ist Word Clock?

Word Clock ist eine Chrome-Erweiterung, die von Chris Dalke entwickelt wurde, und ihr Hauptmerkmal ist "A beautiful word clock that replaces the default New Tab interface.".

Erweiterungsscreenshots

screenshot

Word Clock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Word 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

                        Word Clock is a simple, beautiful background for your new tab screen. The extension replaces the new tab screen with a Grid-style word clock, with words that light up to show the current time.

Coming Soon:
-24 hour time
-Support for time zones besides the client time
-Customizable color palette for background

Please leave a rating!                    

Grundlegende Informationen zur Erweiterung

Name Word Clock Word Clock
ID ephnjjcgghfoadekcfjmflbikcjcglmm
Offizielle URL https://chrome.google.com/webstore/detail/word-clock/ephnjjcgghfoadekcfjmflbikcjcglmm
Beschreibung A beautiful word clock that replaces the default New Tab interface.
Dateigröße 1.32 MB
Installationsanzahl 86
Aktuelle Version 1.0
Letztes Update 2016-05-30
Veröffentlichungsdatum 2016-05-30
Bewertung 3.75/5 Insgesamt 4 Bewertungen
Entwickler Chris Dalke
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Clock",
    "short_name": "Word Clock",
    "version": "1.0",
    "description": "A beautiful word clock that replaces the default New Tab interface.",
    "author": "Chris Dalke",
    "icons": {
        "48": "static\/img\/icon48.png",
        "128": "static\/img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.htm"
    }
}