Word Clock (Extension)
A clock that displays fuzzy time in a artistic style. Now in bite-size!
Was ist Word Clock (Extension)?
Word Clock (Extension) ist eine Chrome-Erweiterung, die von https://phamous-apps.com entwickelt wurde, und ihr Hauptmerkmal ist "A clock that displays fuzzy time in a artistic style. Now in bite-size!".
Erweiterungsscreenshots
Word Clock (Extension)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Word Clock (Extension)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eidbaogoghpbdhmoeofgchejbdopppgm |
| Offizielle URL | https://chromewebstore.google.com/detail/word-clock-extension/eidbaogoghpbdhmoeofgchejbdopppgm |
| Beschreibung | A clock that displays fuzzy time in a artistic style. Now in bite-size! |
| Dateigröße | 39.01 KB |
| Installationsanzahl | 187 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2013-06-22 |
| Veröffentlichungsdatum | 2013-06-22 |
| Bewertung | 4.00/5 Insgesamt 6 Bewertungen |
| Entwickler | https://phamous-apps.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://wordclock.phamous-apps.com |
| Hilfeseite URL | http://wordclock.phamous-apps.com |
| Unterstützte Sprachen | 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"
}
} | |