Word Clock (Extension)
A clock that displays fuzzy time in a artistic style. Now in bite-size!
Cos'è Word Clock (Extension)?
Word Clock (Extension) è un'estensione di Chrome sviluppata da https://phamous-apps.com, e la sua funzione principale è "A clock that displays fuzzy time in a artistic style. Now in bite-size!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Word Clock (Extension)
Scarica i file di estensione Word Clock (Extension) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Word Clock (Extension) |
ID | eidbaogoghpbdhmoeofgchejbdopppgm |
URL Ufficiale | https://chromewebstore.google.com/detail/word-clock-extension/eidbaogoghpbdhmoeofgchejbdopppgm |
Descrizione | A clock that displays fuzzy time in a artistic style. Now in bite-size! |
Dimensione del File | 39.01 KB |
Conteggio Installazioni | 187 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2013-06-22 |
Data di Pubblicazione | 2013-06-22 |
Valutazione | 4.00/5 Totale 6 Valutazioni |
Sviluppatore | https://phamous-apps.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://wordclock.phamous-apps.com |
URL della Pagina di Aiuto | http://wordclock.phamous-apps.com |
Lingue Supportate | 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" } } |