Word Clock (Extension)
A clock that displays fuzzy time in a artistic style. Now in bite-size!
O que é Word Clock (Extension)?
Word Clock (Extension) é uma extensão do Chrome desenvolvida por https://phamous-apps.com, e sua principal característica é "A clock that displays fuzzy time in a artistic style. Now in bite-size!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Word Clock (Extension)
Baixe arquivos de extensão Word Clock (Extension) 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
This extension version adds a toolbar button to pop up a small version of the clock. If you prefer the full-screen app version, that is available in the marketplace as well at: https://chrome.google.com/webstore/detail/bidgliphbkpjmmockfmojihnodbgonlp It kind of tells time. It only exists because it looks cool telling time. Just leave it open and let passer-bys gasp in wonder as you proudly show off this awesome clock. This app is based on an Instructables that described building an actual word clock using LEDs. I thought to myself "I could write an app like that" so I did. This project was a learning experience on HTML5, CSS3, and JQuery.
Informações Básicas da Extensão
Nome | Word Clock (Extension) |
ID | eidbaogoghpbdhmoeofgchejbdopppgm |
URL Oficial | https://chromewebstore.google.com/detail/word-clock-extension/eidbaogoghpbdhmoeofgchejbdopppgm |
Descrição | A clock that displays fuzzy time in a artistic style. Now in bite-size! |
Tamanho do Arquivo | 39.01 KB |
Contagem de Instalações | 187 |
Versão Atual | 1.3 |
Última Atualização | 2013-06-22 |
Data de Publicação | 2013-06-22 |
Classificação | 4.00/5 Total de 6 Avaliações |
Desenvolvedor | https://phamous-apps.com |
Tipo de Pagamento | free |
Site da Extensão | http://wordclock.phamous-apps.com |
URL da Página de Ajuda | http://wordclock.phamous-apps.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Clock (Extension)", "version": "1.3", "manifest_version": 2, "description": "A clock that displays fuzzy time in a artistic style. Now in bite-size!", "default locale": "en", "browser_action": { "default_icon": "icon_16.png", "default_popup": "wordClock.html" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |