Word Clock (Extension)
A clock that displays fuzzy time in a artistic style. Now in bite-size!
Qu'est-ce que Word Clock (Extension) ?
Word Clock (Extension) est une extension Chrome développée par https://phamous-apps.com, et sa fonction principale est "A clock that displays fuzzy time in a artistic style. Now in bite-size!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Word Clock (Extension)
Téléchargez les fichiers d'extension Word Clock (Extension) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Word Clock (Extension) |
ID | eidbaogoghpbdhmoeofgchejbdopppgm |
URL Officiel | https://chromewebstore.google.com/detail/word-clock-extension/eidbaogoghpbdhmoeofgchejbdopppgm |
Description | A clock that displays fuzzy time in a artistic style. Now in bite-size! |
Taille du Fichier | 39.01 KB |
Nombre d'Installations | 187 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2013-06-22 |
Date de Publication | 2013-06-22 |
Évaluation | 4.00/5 Total 6 Évaluations |
Développeur | https://phamous-apps.com |
Type de Paiement | free |
Site Web de l'Extension | http://wordclock.phamous-apps.com |
URL de la Page d'Aide | http://wordclock.phamous-apps.com |
Langues Prises en Charge | 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" } } |