Word Clock

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

Vad är Word Clock?

Word Clock är en Chrome-tillägg utvecklad av Chris Dalke, och dess huvudfunktion är "A beautiful word clock that replaces the default New Tab interface.".

Tilläggsskärmbilder

screenshot

Ladda ner Word Clock-förlängningens CRX-fil

Ladda ner Word Clock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Word Clock Word Clock
ID ephnjjcgghfoadekcfjmflbikcjcglmm
Officiell webbadress https://chrome.google.com/webstore/detail/word-clock/ephnjjcgghfoadekcfjmflbikcjcglmm
Beskrivning A beautiful word clock that replaces the default New Tab interface.
Filstorlek 1.32 MB
Antal Installationer 86
Aktuell Version 1.0
Senast Uppdaterad 2016-05-30
Publiceringsdatum 2016-05-30
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare Chris Dalke
Betalningssätt free
Stödda Språk 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"
    }
}