Word Clock

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

Co to jest Word Clock?

Word Clock to rozszerzenie Chrome opracowane przez Chris Dalke, a jego główną funkcją jest „A beautiful word clock that replaces the default New Tab interface.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Word Clock

Pobierz pliki rozszerzeń Word Clock w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Word Clock Word Clock
ID ephnjjcgghfoadekcfjmflbikcjcglmm
Oficjalny URL https://chrome.google.com/webstore/detail/word-clock/ephnjjcgghfoadekcfjmflbikcjcglmm
Opis A beautiful word clock that replaces the default New Tab interface.
Rozmiar pliku 1.32 MB
Liczba instalacji 86
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-05-30
Data Publikacji 2016-05-30
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper Chris Dalke
Typ Płatności free
Obsługiwane Języki 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"
    }
}