Word Clock
A beautiful word clock that replaces the default New Tab interface.
O que é Word Clock?
Word Clock é uma extensão do Chrome desenvolvida por Chris Dalke, e sua principal característica é "A beautiful word clock that replaces the default New Tab interface.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Word Clock
Baixe arquivos de extensão Word Clock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | ephnjjcgghfoadekcfjmflbikcjcglmm |
URL Oficial | https://chrome.google.com/webstore/detail/word-clock/ephnjjcgghfoadekcfjmflbikcjcglmm |
Descrição | A beautiful word clock that replaces the default New Tab interface. |
Tamanho do Arquivo | 1.32 MB |
Contagem de Instalações | 86 |
Versão Atual | 1.0 |
Última Atualização | 2016-05-30 |
Data de Publicação | 2016-05-30 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | Chris Dalke |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |